uk.org.toot.audio.dynamics
Interface DynamicsDesign.DesignVariables
- All Superinterfaces:
- IObservable
- All Known Implementing Classes:
- Compressor.Controls, DynamicsControls, Expander.Controls, Gate.Controls, Limiter.Controls
- Enclosing class:
- DynamicsDesign
public static interface DynamicsDesign.DesignVariables
- extends IObservable
isBypassed
boolean isBypassed()
getThresholddB
float getThresholddB()
getRatio
float getRatio()
getKneedB
float getKneedB()
getAttackMilliseconds
float getAttackMilliseconds()
getHoldMilliseconds
float getHoldMilliseconds()
getReleaseMilliseconds
float getReleaseMilliseconds()
getGaindB
float getGaindB()
getDepthdB
float getDepthdB()
setGainReduction
void setGainReduction(float dB)
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.