sound.zrs.synthgen
Class Filter

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

public class Filter
extends GeneratorModel


Constructor Summary
Filter(SynthesizerGeneratorModel parent)
           
Filter(SynthesizerGeneratorModel parent, GeneratorModel input, double[] a, double[] b)
           
 
Method Summary
 void setParameters(GeneratorModel input, double[] a, double[] b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(SynthesizerGeneratorModel parent)

Filter

public Filter(SynthesizerGeneratorModel parent,
              GeneratorModel input,
              double[] a,
              double[] b)
Method Detail

setParameters

public void setParameters(GeneratorModel input,
                          double[] a,
                          double[] b)