View Single Post
Old 02-07-2015, 02:06 PM   #17
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 Aleksandr_Oleynik View Post
Maybe something like this is possible? -
/selectedtrack/fx/1,2/fxparam/1,1/value 0.25 0.5
I don't know how this works locally, with cycle actions; but you may be able to just do:
Code:
/fx/1,2/fxparam/1,1/value 0.25 0.5
If you do this with an OSC control surface, you need to already have the track selected in the OSC device; which can more or less be achieved by using
Code:
DEVICE_TRACK_FOLLOWS LAST_TOUCHED
and touching it first. Or you'd select the track explicitly by sending the desired track number:
Code:
/device/track/select 123
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ
Banned is offline   Reply With Quote