RedEffectModule abstract class
Inherits from: RedAbstractModule
do not instantiate. use its subclasses.
req: Conductor quark
see also RedAbstractModule RedInstrumentModule
instance methods:
prepareForPlay(server)
server - defaults to Server.default
free
remove module from RedAbstractModule.all.
free the synth and (if created) the internal group.
gui(parent, position)
create a RedEffectModuleGUI.
instance variables:
<synth
subclass responsibility:
*def
//--
a= RedEfxDist(0);
b= {SinOsc.ar([400, 404], 0, 0.5)}.play
a.gui
a.free
b.free