rasmus.interpreter.sampled.util
Class Freeverb

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

public class Freeverb
extends java.lang.Object


Constructor Summary
Freeverb(double samplerate, double scale)
           
 
Method Summary
 float getdamp()
           
 float getdry()
           
 float getmode()
           
 float getroomsize()
           
 float getwet()
           
 float getwidth()
           
 boolean isSilent()
           
 void mute()
           
 void processReplace(double[] inputA, double[] output, int from, int to, int channels)
           
 void setdamp(float value)
           
 void setdry(float value)
           
 void setmode(float value)
           
 void setroomsize(float value)
           
 void setwet(float value)
           
 void setwidth(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Freeverb

public Freeverb(double samplerate,
                double scale)
Method Detail

isSilent

public boolean isSilent()

processReplace

public void processReplace(double[] inputA,
                           double[] output,
                           int from,
                           int to,
                           int channels)

mute

public void mute()

setroomsize

public void setroomsize(float value)

getroomsize

public float getroomsize()

setdamp

public void setdamp(float value)

getdamp

public float getdamp()

setwet

public void setwet(float value)

getwet

public float getwet()

setdry

public void setdry(float value)

getdry

public float getdry()

setwidth

public void setwidth(float value)

getwidth

public float getwidth()

setmode

public void setmode(float value)

getmode

public float getmode()