Hi Guys! Old customer returning to live performances using this awesome software
I was playing with GPScript to update mono settings on Steinberg Retrologue Plugin that have “on” “off” behaviour which cast to double as 0.0 and 1.0.
I simply added a widget to set this mono parameter on Retrologue whenever the pedal toggle, but for some reason I wasn’t seeing updates in the GUI whenever Callback events were received. I tried printing values and debugging the script until I tried to touch the keyboard piano and voila! for my surprise indeed the value was doing effect but wasn’t reflecting on the GUI.
Probably this is because some values aren’t intended to be set without clicking on it.
So long story short always play your keyboard and do not always trust GUI of plugins. That could be save long time when dealing with scripts