Page 1 of 1

Fader devices assign from variable

PostPosted: Wed Jun 06, 2012 4:51 pm
by alverman
Is possible assign a device of a fader from a variable ?

Thanks, Alberto

Re: Fader devices assign from variable

PostPosted: Wed Jun 06, 2012 5:16 pm
by Markus Zeppenfeld
Hi!

You cannot assign fader directly with a new site or device id, but you could use one fader node and route this in a PB Device Control node.
This way you have one fader producing global values only and you can use the script "WDNodeSetParam,'NodeID','ParamID','Value'” to address the desired device.

Markus

Re: Fader devices assign from variable

PostPosted: Wed Jun 06, 2012 5:40 pm
by alverman
Ok, but I want only select devices dinamically from a textbox and assign to a fader, but if isn't possible ..... amen

Alberto

Re: Fader devices assign from variable

PostPosted: Tue Jun 12, 2012 10:14 am
by Martina Protze
Hi Alberto,
do you mean something like this? You type in a textbox a site and a layer number and want the fader to control this layer without changing his Item Properties.
If yes, Markus wrote how to achieve it with nodes and a script. Maybe the example makes it a little more clear. (In Addition the buttons change the variable for the layer number +1 or -1. Note that the fader is "empty" it has no parameter and no site and device assigned)
If no, I am afraid both of us did not quite understand what you wish to achieve, could you please explain it once more?

Best regards,

Re: Fader devices assign from variable

PostPosted: Wed Jun 20, 2012 5:53 pm
by alverman
Thanks, it work fine.

Alberto