I'm using a ParameterTransformer to set the parameters of a replicated oscilloscope like so:
But setting the Left or Right parameters to true / false throws an error:
How would I set the Oscilloscope so VoiceNumber 1 displays only the left channel and VoiceNumber 2 displays the right?
I tried using ?VoiceNumber <= 1 etc, and I get the same error message.
So I tried starting with a very simple flow with just a constant and oscilloscope replicated:
And with this flow it works fine using:
snd
left: ?VoiceNumber == 1
right: ?VoiceNumber == 2
As well as using <= etc.
I'm wondering if there's a Sound in my original Flow that has a hidden Left and Right parameter that's conflicting with the Oscilloscope's. (Most Left and Right parameters expect a number not a boolean, I guess).
My original flow:
...and if that is the case it leads me to my next exciting question, how do you cancel a ParameterTransformer?
Banahaha! (As evil fruit masterminds say). The plot thickens (They don't say that so much)...
IF I set the Oscilloscope's Level parameter to 1, the problem goes away. Any other value and the problem comes back seemingly irrespective of what Sounds I'm feeding in to the 'scope. Does that suggest that setting the 'scopes Level to anything other than 1 creates hidden Left and Right parameters that are clashing with its existing ones?
(Time flies like clocks made of fruit)