RedMixerGUI gui for RedMixer
req: Conductor quark
see also: RedMixer, RedEffectsRackGUI
class methods:
*new(redMixer, position)
redMixer -
position - Point
class variables:
instance methods:
close
intstance variables:
<win
<redMixer
<time
slider to go from now to later
//--
a= RedMixer();
c= RedMixerGUI(a);
b= Pbind(\degree, Pseq([0, 5, 6, 3, 2, 1], inf), \out, Pseq([2, 4, 6, 8], inf)).play;
a.channels[1].cvs.vol.input= 1.0.rand;
a.channels[2].cvs.bal.input= 1.0.rand;
c.close;
b.stop;
a.free;