RedMixerChannelGUI gui for RedMixerChannel
req: Conductor quark
see also: RedMixerChannel, RedMixerGUI, RedMixer, RedEffectsRackGUI
class methods:
*new(redMixerChannel, parent, position, name)
redMixerChannel - a RedMixerChannel.
parent -
position - Point
name - a string displayed below the volume slider.
class variables:
<>*width
<>*height
instance methods:
close
intstance variables:
<redMixerChannel
<parent
<views
<mirror
//--
a= RedMixerChannel(#[0, 1]);
b= Pbind(\pan, Pseq([-1, 1], inf), \amp, 0.5).play
c= RedMixerChannelGUI(a, name: "testing")
a.cvs.eqHi.input= 1
a.cvs.eqHi.input= 0
a.free
b.stop
c.close