Go Back   Cockos Incorporated Forums > REAPER Forums > MIDI Hardware, Control Surfaces, and OSC

Reply
 
Thread Tools Display Modes
Old 04-16-2014, 06:47 PM   #1
adastra
Human being with feelings
 
Join Date: Mar 2014
Posts: 9
Default OSC Question - Wildcard range or all command?

Hi,
Trying to utilize the Track Record Arm OSC command, but I want to select all, or alternatively a range of tracks.

/track/1/recarm/toggle works for a single channel
/track/1,2/recarm/toggle worked one at a time..

I'm hoping there is something like
/track/1-64/recarm/toggle or a wildcard for "all"....or some other clever workaround.

I know I can use the learn function, but hoping for something better.
Thanks in advance.
adastra is offline   Reply With Quote
Old 04-16-2014, 07:16 PM   #2
Banned
Human being with feelings
 
Banned's Avatar
 
Join Date: Mar 2008
Location: Unwired (probably in the proximity of Amsterdam)
Posts: 4,868
Default

Quote:
Originally Posted by adastra View Post
Hi,
Trying to utilize the Track Record Arm OSC command, but I want to select all, or alternatively a range of tracks.

/track/1/recarm/toggle works for a single channel
/track/1,2/recarm/toggle worked one at a time..

I'm hoping there is something like
/track/1-64/recarm/toggle or a wildcard for "all"....or some other clever workaround.

I know I can use the learn function, but hoping for something better.
Thanks in advance.
You can of course also use actions via OSC using their Cmd or Custom ID, doing things such as:

Track: Arm all tracks for recording:
Code:
/action [i] 40490
Track: Select all tracks
Code:
/action [i] 40296
Or, for pre-defined groups of tracks:

Group: Select all tracks in group 01 ... 32:
Code:
/action [i] 40804
...
/action [i] 40835
Track: toggle record arm for selected tracks:
Code:
/action [i] 9
Would any (combination of) these suffice to do the job?
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ
Banned is offline   Reply With Quote
Old 04-17-2014, 01:57 PM   #3
adastra
Human being with feelings
 
Join Date: Mar 2014
Posts: 9
Default

Perfect thanks
adastra is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:18 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.