uk.org.toot.synth.modules.filter
Class AbstractFilter

java.lang.Object
  extended by uk.org.toot.synth.modules.filter.AbstractFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
MoogFilter2, StateVariableFilter

public abstract class AbstractFilter
extends java.lang.Object
implements Filter


Constructor Summary
AbstractFilter(FilterVariables filterVariables, EnvelopeGenerator eg, float freq, float amp)
           
 
Method Summary
 void setSampleRate(int rate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.org.toot.synth.modules.filter.Filter
filter, filter, update
 

Constructor Detail

AbstractFilter

public AbstractFilter(FilterVariables filterVariables,
                      EnvelopeGenerator eg,
                      float freq,
                      float amp)
Method Detail

setSampleRate

public void setSampleRate(int rate)
Specified by:
setSampleRate in interface Filter


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.