Re: Lemur sending OSC from monitoring
Posted: 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
Is it possible, to replace
and it seems to work. Just created an On Midi script containing "oscout(0,'/COMMAND',x);"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.
Is it possible, to replace
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.'/COMMAND'