View Single Post
Old 10-03-2013, 07:34 AM   #102
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 Sound asleep View Post
When I select a track in reaper, it doesn't select that track on my OSC. How can I get it to do that?
Quoted from the instructions in the comments of the Default.ReaperOSC configuration file:
Code:
# DEVICE_TRACK_FOLLOWS determines whether the selected track in the device changes
# only when the device changes it, or if it follows the last touched track in the 
# REAPER window.
# Allowed values: DEVICE, LAST_TOUCHED
[...]
Code:
DEVICE_TRACK_FOLLOWS DEVICE
As you can see, the default value does *not* make the OSC control surface device follow REAPER's selection. So check to see if you're using the default value, and if so (or if you don't have this action description in your configuration file yet), change it to:
Code:
DEVICE_TRACK_FOLLOWS LAST_TOUCHED
You can probably also make a button (on the OSC control surface, whatever it is you're using) to switch this behaviour by sending the appropriate messages, using these OSC action descriptions (also quoted from the the Default.ReaperOSC configuration file):
Code:
DEVICE_TRACK_FOLLOWS s/device/track/follows
DEVICE_TRACK_FOLLOWS_DEVICE t/device/track/follows/device
DEVICE_TRACK_FOLLOWS_LAST_TOUCHED t/device/track/follows/last_touched
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ
Banned is offline   Reply With Quote