uk.org.toot.synth.modules.filter
Interface FilterVariables

All Known Subinterfaces:
StateVariableFilterVariables
All Known Implementing Classes:
FilterControls, MoogFilterControls, StateVariableFilterControls

public interface FilterVariables


Method Summary
 float getEvelopeDepth()
           
 float getFrequency()
           
 float getKeyTrack()
           
 float getResonance()
           
 float getVelocityTrack()
           
 void setSampleRate(int rate)
           
 

Method Detail

setSampleRate

void setSampleRate(int rate)

getFrequency

float getFrequency()

getResonance

float getResonance()

getEvelopeDepth

float getEvelopeDepth()

getVelocityTrack

float getVelocityTrack()

getKeyTrack

float getKeyTrack()


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