uk.org.toot.audio.delay
Interface ModulatedDelayVariables

All Superinterfaces:
DelayVariables
All Known Subinterfaces:
StereoModulatedDelayVariables
All Known Implementing Classes:
ModulatedDelayControls, StereoModulatedDelayControls

public interface ModulatedDelayVariables
extends DelayVariables


Method Summary
 float getDelayMilliseconds()
           
 float getDepth()
           
 float getFeedback()
           
 float getFilterFrequency()
           
 int getFilterType()
           
 int getLFOShape()
           
 float getMix()
           
 float getRate()
           
 boolean isTape()
           
 boolean isWetInverted()
           
 
Methods inherited from interface uk.org.toot.audio.delay.DelayVariables
getMaxDelayMilliseconds, isBypassed
 

Method Detail

getDelayMilliseconds

float getDelayMilliseconds()

getRate

float getRate()

getDepth

float getDepth()

getFilterFrequency

float getFilterFrequency()

getFeedback

float getFeedback()

getMix

float getMix()

isTape

boolean isTape()

getLFOShape

int getLFOShape()

getFilterType

int getFilterType()

isWetInverted

boolean isWetInverted()


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