You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, it still overflows if you set an array bigger then the size declared for the control. The behaviour is the same in scsynth, so I suppose it is known/documented ?
SynthDef( "test2", { |a = #[1,1], b = 1|
Out.ar( 0, Silent.ar );
}).add;
z = Synth("test2")
z.set(\a, [2,2,2])
scsynth:
supernova:
gives warning
and sets b to 2
This breaks ULib's UGloabalEQ which depends on setting an array to the rootnode to update all synths that have the eq controlname.
The text was updated successfully, but these errors were encountered: