View Single Post
Old 03-06-2012, 04:27 PM   #387
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 schwa View Post
What you are seeing is probably empty strings, which is valid data. An empty string should be sent as OSC argument type 's', with four nulls for the string value.
Thanks for the clarification.

It doesn't change the status of my FR though; I'd still like to be able to configure it to take another value for some scenario's. Purely as a "nice to have", very low priority thing to more easily suit personal preferences for how thinks look when used to create a GUI on a control surface. (Much like the plugin name reformatting, but even less important; it can also be handled easily at the client end).

I am now seeing another null value (default config, pre 26), but this one seems to be a bug:

Code:
/track/volume/str -22.6dB
/track/volume 0.33
/track/1/volume/str -22.6dB
/track/1/volume 0.33
/track/volume/db/str -22.6
/track/volume/db
/track/1/volume/db/str -22.6
/track/1/volume/db
It seems to be missing the float value for the pattern:
Code:
TRACK_VOLUME_DB f/track/volume/db f/track/@/volume/db
(BTW: very nice surprise to see a pattern for the dB value without the dB suffix as well, also allowed me to toss out some reformatting code for tiny displays on the client side. )
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ
Banned is offline   Reply With Quote