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


Method Summary
 float getAttackMilliseconds()
           
 float getDepthdB()
           
 float getGaindB()
           
 float getHoldMilliseconds()
           
 float getKneedB()
           
 float getRatio()
           
 float getReleaseMilliseconds()
           
 float getThresholddB()
           
 boolean isBypassed()
           
 void setGainReduction(float dB)
           
 
Methods inherited from interface uk.org.toot.misc.IObservable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 

Method Detail

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.