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

java.lang.Object
  extended by uk.org.toot.synth.modules.filter.AbstractFilter
      extended by uk.org.toot.synth.modules.filter.MoogFilter2
All Implemented Interfaces:
Filter

public class MoogFilter2
extends AbstractFilter


Constructor Summary
MoogFilter2(FilterVariables variables, EnvelopeGenerator eg, float freq, float amp)
           
 
Method Summary
 float filter(float sample, boolean release)
           
 float filter(float input, float fc, float res)
           
 void update()
           
 
Methods inherited from class uk.org.toot.synth.modules.filter.AbstractFilter
setSampleRate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoogFilter2

public MoogFilter2(FilterVariables variables,
                   EnvelopeGenerator eg,
                   float freq,
                   float amp)
Method Detail

update

public void update()

filter

public float filter(float sample,
                    boolean release)

filter

public float filter(float input,
                    float fc,
                    float res)


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