uk.org.toot.synth.modules.filter
Class MoogFilter2
java.lang.Object
uk.org.toot.synth.modules.filter.AbstractFilter
uk.org.toot.synth.modules.filter.MoogFilter2
- All Implemented Interfaces:
- Filter
public class MoogFilter2
- extends AbstractFilter
Method Summary |
float |
filter(float sample,
boolean release)
|
float |
filter(float input,
float fc,
float res)
|
void |
update()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoogFilter2
public MoogFilter2(FilterVariables variables,
EnvelopeGenerator eg,
float freq,
float amp)
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.