PB Sequence Control Output

Navigation:  Widget Designer > Nodes > Output Nodes > Pandoras Box Output >

PB Sequence Control Output

prev main next

Navigation:  Widget Designer > Nodes > Output Nodes > Pandoras Box Output >

PB Sequence Control Output

prev main next

Loading...

The Sequence Control output node allows mapping any input or filter node data to any sequence parameter value.

This node can be found under Nodes > Output > Pandoras Box > Sequence Control

wd_nodes_output_sequence-control

Node Properties

Sequence ID:
Enter the Sequence ID.

Parameter:
Enable all parameters you want to control by ticking its check box. Choose the input source for the parameter from the list.
The parameters accept different value ranges:

Opacity

0 to 255

Play, Pause, Stop

0=false, 1=true

GotoCue

Cue ID

Next/Last Cue and Next / Last Frame

0=false, 1=true

 

Node control

With Widget Designer version 6, all nodes support so called node commands. Node commands access functions (i.e methods) from a node and / or set a parameter (i.e. property).

Enter "node", followed by the according ID and a dot and a list will pop up showing all available commands for the node. For instance, Node1.TintColor.SetRGB(125,0,255), colors the node in purple.
In addition, the node properties with a parameter ID (the small superscript number) can be edited via the command Node1.SetParam(ID,new Value) or WDNodeSetParam(NodeID,ParamID,Value).