uk.org.toot.audio.dynamics
Interface DynamicsProcess.ProcessVariables
- All Known Implementing Classes:
- DynamicsDesign
- Enclosing class:
- DynamicsProcess
public static interface DynamicsProcess.ProcessVariables
Specifies parameters in implementation terms
update
void update(float sampleRate)
isBypassed
boolean isBypassed()
getThreshold
float getThreshold()
getThresholddB
float getThresholddB()
getRatio
float getRatio()
getKnee
float getKnee()
getAttack
float getAttack()
getHold
int getHold()
getRelease
float getRelease()
getDepth
float getDepth()
getGain
float getGain()
setDynamicGain
void setDynamicGain(float gain)
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.