Page 1 of 1

Widgets FX Father

PostPosted: Mon May 14, 2012 7:51 pm
by sune
Hi I want a WD father to manage a Pandora V5 FX but can not figure out how to write the correct parameter command.

I would, for example. like to make a father who control the Mix parameter for the effect RGB KYE

Would be really happy if someone could help.

Re: Widgets FX Father

PostPosted: Tue May 15, 2012 8:13 am
by Markus Zeppenfeld
Hi Sune,

if you open the fader properties you will see an example how to write it at the bottom of the drop down menu for the parameter.

You have to type in the exact name of the effect, in your case:

RGB Key|Mix
RGB Key|Red
RGB Key|Threshold
...

Please have an exact look on the name of the parameter inside Pandoras Box. If you add the effect a second time it would be

RGB Key (2)|Mix
...

All names are case sensitiv and expect a space as far as there is one in the parameter name. Divide the effect and parameter name by a vertical bar without any more spaces.

Markus

Re: Widgets FX Father

PostPosted: Fri Feb 08, 2013 4:10 pm
by buchie
Hi Markus,

We have put the effect Sync Color Strobe to the output and it all works, except for the "Speed" parameter.
The range of this effect goes from 32768 till 65535. So we put in a range node and a fader output node and a situation with a range node and an output put node "device control" controlling the Synch Color Strobe|Speed.

Both ways didn't work.

Any clue how can get the Sync Color Strobe|Speed under a fader?

Thanks and best regards

Michel Buchner
LiveLAB

Re: Widgets FX Father

PostPosted: Sun Feb 10, 2013 12:13 am
by Daniel Kaminski
Hi Michel,

please try using

Sync Color Strobe|Flash Speed

I can not test it right now, but I think that was it.

Daniel

Re: Widgets FX Father

PostPosted: Mon Feb 11, 2013 3:11 pm
by Dennis Kuypers
Hi Michel,

you can always find the exact parameter name in the devices tab. Just open the parameter folders and right click any parameter. It will show you the exact name at the top of the context menu.

ExactParameterName.png


Regards
Dennis

Re: Widgets FX Father

PostPosted: Wed Feb 13, 2013 9:19 pm
by buchie
cheers,

Didn't have the chance to test it, but sounds logical.

Thanks and best regards,

Michel
LiveLAB

Re: Widgets FX Father

PostPosted: Sat Mar 23, 2013 7:54 pm
by jptremblay
I am working with WD 3.5 rev 249G, and PB rev 7832.

I'am trying to get control the particle emitter x and y pos both I'am unable to find sucess I have try Particle Emitter|X Pos and Particle System but none seem to work.

Thank you J-P

Re: Widgets FX Father

PostPosted: Sat Mar 23, 2013 11:48 pm
by malkuth23
Particle System|Particle Emitter|X Pos

Re: Widgets FX Father

PostPosted: Sat Nov 16, 2013 3:10 pm
by honsbeek
Hello Guys,

How to trigger the blend mode with a button

Devicesetparam,site,device,Blend Mode,Mask won't work ;-(

Thanks

Mark Honsbeek
LiveLAB

Re: Widgets FX Father

PostPosted: Sat Nov 16, 2013 4:29 pm
by Daniel Kaminski
Hi,
try Devicesetparam,site,device,Blend Mode,1
or Devicesetparam,site,device,Blend Mode,2

not sure right now.

Daniel

Re: Widgets FX Father

PostPosted: Sat Nov 16, 2013 5:50 pm
by honsbeek
Thanks That works!