uk.org.toot.dsp.jSTK
Class Delay
java.lang.Object
uk.org.toot.dsp.jSTK.Filter
uk.org.toot.dsp.jSTK.Delay
- Direct Known Subclasses:
- DelayA
public class Delay
- extends Filter
Constructor Summary |
Delay()
|
Delay(int delay,
int maxDelay)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delay
public Delay()
Delay
public Delay(int delay,
int maxDelay)
clear
public void clear()
- Overrides:
clear
in class Filter
setMaximumDelay
public void setMaximumDelay(int delay)
setDelay
public void setDelay(float delay)
getDelay
public float getDelay()
energy
public float energy()
contentsAt
public float contentsAt(int tapDelay)
lastOut
public float lastOut()
- Overrides:
lastOut
in class Filter
nextOut
public float nextOut()
tick
public float tick(float input)
- Overrides:
tick
in class Filter
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.