View Single Post
Old 03-05-2012, 01:34 AM   #368
Banned
Human being with feelings
 
Banned's Avatar
 
Join Date: Mar 2008
Location: Unwired (probably in the proximity of Amsterdam)
Posts: 4,868
Default

I'm seeing strange numbers for the wet/dry pattern. They seem to be linked to the particular plugin parameter value, instead of plugin slot number, even though the pattern would seem to imply a slot number:
Code:
FX_WETDRY /fx/wetdry /fx/@/wetdry
E.g. with the selected plugin set to follow focus in REAPER, and ReaEQ in track 1, slot 1, I see:
Code:
/fx/14/wetdry 0.499565
/fx/14/wetdryval 49%
And with ReaEQ in slot 4 of track 2, I see:
Code:
/fx/14/wetdry 0.999954
/fx/14/wetdryval 99%
Which would rather fit the pattern
Code:
/fxparam/@/wetdry
... so it seems /fx and /fxparam got mixed up by mistake somehow.

Notice also that the float value is rounded off differently for the string value display as in REAPER's GUI, where these settings correspond to 50% and 100% on the plugin GUI respectively. This should of course be made consistent, rounding to the nearest integer, as it is in REAPER's GUI.
__________________
˙lɐd 'ʎɐʍ ƃuoɹʍ ǝɥʇ ǝɔıʌǝp ʇɐɥʇ ƃuıploɥ ǝɹ,noʎ

Last edited by Banned; 03-05-2012 at 05:26 PM. Reason: corrected with literal OSC output
Banned is offline   Reply With Quote