rasmus.interpreter.sampled.util
Class Allpass
java.lang.Object
rasmus.interpreter.sampled.util.Allpass
public class Allpass
- extends java.lang.Object
Constructor Summary |
Allpass(int size)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Allpass
public Allpass(int size)
isSilent
public boolean isSilent()
setbuffer
public void setbuffer(double[] buf,
int size)
mute
public void mute()
setfeedback
public void setfeedback(float value)
getfeedback
public float getfeedback()
processReplace
public void processReplace(double[] inputs,
double[] outputs,
int from,
int to,
int channels)
processMix
public void processMix(double[] inputs,
double[] outputs,
int from,
int to,
int channels)