|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.dsp.jSTK.Filter
uk.org.toot.dsp.jSTK.Delay
uk.org.toot.dsp.jSTK.DelayA
public class DelayA
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 |
---|
public DelayA()
public DelayA(float delay, int maxDelay)
Method Detail |
---|
public void clear()
clear
in class Delay
public void setDelay(float delay)
setDelay
in class Delay
public float getDelay()
getDelay
in class Delay
public float nextOut()
nextOut
in class Delay
public float computeSample(float input)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |