View Single Post
Old 02-17-2015, 12:52 PM   #33
Aleksandr_Oleynik
Human being with feelings
 
Join Date: Jan 2013
Location: Kiev, Ukraine
Posts: 66
Default

Quote:
Originally Posted by Banned View Post
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
Banned,
Please.......
How this Code - "DEVICE_TRACK_FOLLOWS LAST_TOUCHED" to get to work locally?

I have Console command - s "Track Name"
And if i had local (or pseudo local) command - "DEVICE_TRACK_FOLLOWS LAST_TOUCHED"


For me, it was the solution to my problem.

Last edited by Aleksandr_Oleynik; 02-17-2015 at 01:00 PM.
Aleksandr_Oleynik is offline   Reply With Quote