View Single Post
Old 02-16-2012, 02:24 PM   #64
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 harmonicaman View Post
[...] It works when you revert everything. [...]
Good catch, harmonica man!

Quote:
Originally Posted by schwa View Post
That's a bug -- the wildcard order is reversed when sending a message that has more than one @. Fixed for the next build.
It seems that something else is happening as well; it seems that all tracks incorrectly send out track number 0.
For example, with this line in the OSC control surface config file:

Code:
FX_PARAM_VALUE /track/@/fx/@/fxparam/@/value
track 1, fx slot 1, parameter 2 sends out:

Code:
/track/0/fx/1/fxparam/2/value
(while the track number remains 0 when the effect is moved to master track or track 2 and the same parameter #2 is changed, hence making it impossible to distinguish between tracks)

For the same parameter (track 1, fx slot 1, parameter 2) to respond to OSC feedback, this works:

Code:
/track/2/fx/1/fxparam/1/value
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ

Last edited by Banned; 02-16-2012 at 02:31 PM.
Banned is offline   Reply With Quote