On Mon, August 8, 2011 12:59, jeremy AMMD wrote:
> Hi!
> I use OSC instead of midi to send clips and effects. It's pretty cool!
> But I don't know how to enable/disable the effect parameter for the Flippo
> effect.
> What is the OSC command to activate the parameters of this effect?
> Thanks.
>


See here:
http://openmediacontrol.wetpaint.com/page/LiVES+commands

/effect_key/nparameter/value/set,<int key>,<int nparam>,<value>

This will only work for numerical (n)parameters (either float or int type).
<key> is the effect key which the effect is bound to, it must be the
currently active mode. nparam is the index of the parameter (starting from
zero) of simple (i.e single valued) numerical parameters.



/effect_key/parameter/value/set,<int key>,<int param>,<value>

The same as above, except that the index is of all parameter values,
though currently only int, float and color types are supported.


The next version of LiVES (1.4.6) will support setting of string and
boolean types too, as well as querying the current value(s) and parameter
name and type.

Right now for numerical paremeters you can also get the min, max and
default values.



Regards,
Gabriel.





------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to