sound.zrs.synthgen
Class Generators

java.lang.Object
  extended by sound.zrs.synthgen.GeneratorModel
      extended by sound.zrs.synthgen.Generators
Direct Known Subclasses:
SynthesizerGeneratorModel

public abstract class Generators
extends GeneratorModel


Constructor Summary
Generators(java.lang.Object o)
           
 
Method Summary
 GeneratorModel add(GeneratorModel gen)
           
 void init()
           
 void recalculate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generators

public Generators(java.lang.Object o)
Method Detail

init

public void init()

recalculate

public void recalculate()

add

public GeneratorModel add(GeneratorModel gen)