uk.org.toot.dsp.jSTK
Class DelayA

java.lang.Object
  extended by uk.org.toot.dsp.jSTK.Filter
      extended by uk.org.toot.dsp.jSTK.Delay
          extended by uk.org.toot.dsp.jSTK.DelayA

public class DelayA
extends Delay


Constructor Summary
DelayA()
           
DelayA(float delay, int maxDelay)
           
 
Method Summary
 void clear()
           
 float computeSample(float input)
           
 float getDelay()
           
 float nextOut()
           
 void setDelay(float delay)
           
 
Methods inherited from class uk.org.toot.dsp.jSTK.Delay
contentsAt, energy, lastOut, setMaximumDelay, tick
 
Methods inherited from class uk.org.toot.dsp.jSTK.Filter
getGain, setCoefficients, setDenominator, setGain
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayA

public DelayA()

DelayA

public DelayA(float delay,
              int maxDelay)
Method Detail

clear

public void clear()
Overrides:
clear in class Delay

setDelay

public void setDelay(float delay)
Overrides:
setDelay in class Delay

getDelay

public float getDelay()
Overrides:
getDelay in class Delay

nextOut

public float nextOut()
Overrides:
nextOut in class Delay

computeSample

public float computeSample(float input)


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