uk.org.toot.synth.modules.envelope
Interface EnvelopeVariables

All Known Implementing Classes:
EnvelopeControls

public interface EnvelopeVariables


Method Summary
 float getAttackCoeff()
           
 float getDecayCoeff()
           
 int getDelayCount()
           
 int getHoldCount()
           
 float getReleaseCoeff()
           
 float getSustainLevel()
           
 void setSampleRate(int rate)
           
 

Method Detail

setSampleRate

void setSampleRate(int rate)

getDelayCount

int getDelayCount()

getAttackCoeff

float getAttackCoeff()

getHoldCount

int getHoldCount()

getDecayCoeff

float getDecayCoeff()

getSustainLevel

float getSustainLevel()

getReleaseCoeff

float getReleaseCoeff()


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