rasmus.interpreter.sampled.util
Class DeReverb

java.lang.Object
  extended by rasmus.interpreter.sampled.util.FFTWorker
      extended by rasmus.interpreter.sampled.util.DeReverb

public class DeReverb
extends FFTWorker


Field Summary
 double amount
           
 double attack
           
 double feedback
           
 double release
           
 double thresold
           
 
Constructor Summary
DeReverb(int fftFrameSize, int osamp, double sampleRate, int sumsmooth)
           
 
Method Summary
 void processFFT(int index, double[] fftdata)
           
 
Methods inherited from class rasmus.interpreter.sampled.util.FFTWorker
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attack

public double attack

release

public double release

feedback

public double feedback

amount

public double amount

thresold

public double thresold
Constructor Detail

DeReverb

public DeReverb(int fftFrameSize,
                int osamp,
                double sampleRate,
                int sumsmooth)
Method Detail

processFFT

public void processFFT(int index,
                       double[] fftdata)
Overrides:
processFFT in class FFTWorker