Topic: Lemur OSC script

Hello,

Can anyone tell me if it is possible for me to assign a script to a fader in lemur that will send a setSubmix or a busInput message when the fader is moved?

I tried to create an On Expression script assigned to /1/volume1.

I imagined the script would be something like the following but no joy so far.

oscout(0, "/setSubmix", 0);

or

oscout(0, "/setSubmix", args[0]);


Does anyone know if this is technically possible in Lemur?

Many thanks

Re: Lemur OSC script

Just had this answer in the USB forum from BBB just to avoid confusion:

Fader object  OSC mapping panel enable Custom Address and use /2/volume. 
Then add a script to the fader object:
On Expression, z, 0 to positive
oscout(0,'/setSubmix',3.0);   // I think RME wants the value to be floating, thus 3.0

The Lemur fader can get out of sync, if you select a different submix and then move the fader in a different submix in totalmix by hovering cursor and using the mouse wheel to adjust.

===

Another option is to script the osc in and out of the fader, instead of using the mapping panel's custom address.  But I found that this results in fader creep.  This can be stopped by using the grid attribute.  That means less resolution.   Please RME, we need dedicated osc addresses for the faders, mutes, +48, etc.