Hi everyone, I hope you’re all well. Recently, I started building my template with Open Stage Control, and it’s been an interesting learning experience.
I’m currently working on integrating Open Stage Control with Reaper, and there are two things I want to achieve but haven’t been able to solve:
- When selecting any track in Reaper, I want the track name to display in Open Stage Control.
- When selecting any track, I’d like to control its volume fader directly from Open Stage Control.
So far, I’ve verified that the connectivity configuration between Reaper and Open Stage Control is correct, and I’m successfully sending and receiving messages between them.
I’ve managed to display the name of a specific track and control the volume fader using specific OSC commands:
- For the track name:
TRACK_NAME s/1/trackname@ ---> /1/trackname1
- For the volume:
TRACK_VOLUME n/1/volume@ ---> /1/volume1
However, when I’ve tried other patterns like /1/trackname@
and /1/trackname
, I haven’t had any positive results.
It’s worth mentioning that I’m using the "Pattern Config: LogicPad" in Reaper.
Thank you in advance for your time, and I apologize if any information is missing or if this is a basic question.
I hope you can help me out!
Best regards.