sound.zrs.synthgen
Class GeneratorModel

java.lang.Object
  extended by sound.zrs.synthgen.GeneratorModel
Direct Known Subclasses:
Abs, Adder, Constant, Delay, Distort, Divider, EnvelopeGeneratorModel, Filter, Multiplier, SawtoothGeneratorModel, SinGeneratorModel, SynthesizerGeneratorModel, WaveGeneratorModel

public abstract class GeneratorModel
extends java.lang.Object


Constructor Summary
GeneratorModel(SynthesizerGeneratorModel parent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorModel

public GeneratorModel(SynthesizerGeneratorModel parent)