rasmus.interpreter.sampled.util
Class Allpass

java.lang.Object
  extended by rasmus.interpreter.sampled.util.Allpass

public class Allpass
extends java.lang.Object


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

Constructor Detail

Allpass

public Allpass(int size)
Method Detail

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)