uk.org.toot.audio.delay
Interface MultiTapDelayVariables

All Superinterfaces:
DelayVariables
All Known Implementing Classes:
ImageSourceDesign, MultiTapDelayStereoControls

public interface MultiTapDelayVariables
extends DelayVariables


Method Summary
 int getChannelCount()
           
 float getDelayFactor()
           
 float getFeedback()
           
 float getMix()
           
 java.util.List<DelayTap> getTaps(int chan)
          Provide a list of delay taps.
 
Methods inherited from interface uk.org.toot.audio.delay.DelayVariables
getMaxDelayMilliseconds, isBypassed
 

Method Detail

getTaps

java.util.List<DelayTap> getTaps(int chan)
Provide a list of delay taps. Parameterisation by channel index ALLOWS per channel delay taps but also ALLOWS a single list of taps to be used for all channels. Allocation of taps to channels is the responsibility of the implementation so other allocations are also possible.


getFeedback

float getFeedback()

getMix

float getMix()

getChannelCount

int getChannelCount()

getDelayFactor

float getDelayFactor()


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