View Single Post
Old 02-16-2012, 04:02 AM   #56
Spyrow
Human being with feelings
 
Join Date: Sep 2007
Posts: 522
Default

Quote:
Originally Posted by gwok View Post
ya, I'm not into the touchOsc stuff. I have some UI's I made in Lemur, which are my sorta workhorse patches and I want to use those. I did get the TouchOsc Logic template working though changing fx parameters, so thats a start.

From what i gathered there is no command to connect to the selected track. It's all done by track name and number atm. To my knowledge anyway, a command like this

track/@/fx/@/fxparam/@/value

all the @'s need to be specified, hence tied to that track\fx etc. So I'm and wondering how the make the "@" = selected. So I'm looking for something like

/track/"sel"/fx/"sel"/fxparam/1/value

hence connecting me to the current tracks, currently selected plugin, parameter 1
Hey Gwok,

I don't know if you read my FR but it is related to what you are saying.

I suggested them to add:
FOCUSED_FX_NAME
FOCUSED_FX_PARAM_NAME
FOCUSED_FX_PARAM_VALUE
FOCUSED_FX_PARAM_VALUE_STRING
FOCUSED_FX_BYPASS
FOCUSED_PREV_FX_PARAM_BANK
FOCUSED_NEXT_FX_PARAM_BANK

So we could do things like, create some faders, for example /1/fader1 to /1/fader8 and use the config file to use them to control focused FX, as we already do with MIDI. You would just have to write:

FOCUSED_FX_PARAM_VALUE /1/fader@

I hope that make sense.
Spyrow is offline   Reply With Quote