Help for Dynamic Track Names and Volume Control on REAPER"

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:

  1. When selecting any track in Reaper, I want the track name to display in Open Stage Control.
  2. 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.

Hi, maybe take a look into ReaperControl OSC-Template ? Regards, mj

Hint: This works with the default pattern config

1 Like

Thank you very much! I downloaded the template and learned many things. I was able to resolve my question by figuring out where to place the arguments. For those who have the same question, completing the following arguments should make it work:

Label : OSC{/track/name, ---}
Adress : /track/select

Thank you very much!!!

1 Like