Hello,
since the latest beta of Reaper they introduce support for OSC to control Reaper and it works pretty well.
But i have a few questions. I can control the volume, pan and show the name of the tracks but to do it i have to hard code the osc address.
I want to do it dynamically. Here is what i do:
In reaper side it interpret osc msg like this TRACK_VOLUME /track/@/volume where @ is the number of the track and volume the parameter to control.
In lemur i have a fader with the custom address /track/1/volume to control the volume of first track.
How can i dynamically assign the name of the fader to "1".
Can someone explain to me the best way to do it.
Thanks in advance.