Lemur sending OSC from monitoring

Discuss Lemur and share techniques.
Gass n Klang
Newbie
Posts:42
Joined:01 Jan 2016 20:45
Re: Lemur sending OSC from monitoring

Post by Gass n Klang » 20 Jan 2016 01:28

I've got a similar need: I control Lemur by a Midi Controller (works bidirectionally). The controlled knobs and buttons shall send out their OSC commands. I tried your suggestion
Macciza wrote: outx() - oscout(0,'/test/x',x);
This should work to send that message whether from internal or external control, you can disable the normal x value.
and it seems to work. Just created an On Midi script containing "oscout(0,'/COMMAND',x);"
Is it possible, to replace
'/COMMAND'
automatically with the OSC-Adress given in the OSC-Mapping? That made it possible to copy the knob/button/fader withouth manually having to change the script.

Post Reply