sound.zrs.synthgen
Class SynthesizerGeneratorModel

java.lang.Object
  extended by sound.zrs.synthgen.GeneratorModel
      extended by sound.zrs.synthgen.SynthesizerGeneratorModel

public class SynthesizerGeneratorModel
extends GeneratorModel


Field Summary
 double maxValue
           
 
Constructor Summary
SynthesizerGeneratorModel(int samplingRate)
           
SynthesizerGeneratorModel(SynthesizerGeneratorModel parent)
           
 
Method Summary
 GeneratorModel add(GeneratorModel gen)
           
 void init()
           
 double nextValue()
           
 void recalculate()
           
 void setOutput(GeneratorModel outputGeneratorModel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxValue

public double maxValue
Constructor Detail

SynthesizerGeneratorModel

public SynthesizerGeneratorModel(int samplingRate)

SynthesizerGeneratorModel

public SynthesizerGeneratorModel(SynthesizerGeneratorModel parent)
Method Detail

setOutput

public void setOutput(GeneratorModel outputGeneratorModel)

nextValue

public double nextValue()
                 throws SynthesizerException
Throws:
SynthesizerException

init

public void init()

recalculate

public void recalculate()

add

public GeneratorModel add(GeneratorModel gen)