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


Method Summary
 float getAttack()
           
 float getDepth()
           
 float getGain()
           
 int getHold()
           
 float getKnee()
           
 float getRatio()
           
 float getRelease()
           
 float getThreshold()
           
 float getThresholddB()
           
 boolean isBypassed()
           
 void setDynamicGain(float gain)
           
 void update(float sampleRate)
           
 

Method Detail

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.