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