| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrasmus.interpreter.sampled.util.FFTWorker
rasmus.interpreter.sampled.util.DeReverb
public class DeReverb
| 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 | 
|---|
public double attack
public double release
public double feedback
public double amount
public double thresold
| Constructor Detail | 
|---|
public DeReverb(int fftFrameSize,
                int osamp,
                double sampleRate,
                int sumsmooth)
| Method Detail | 
|---|
public void processFFT(int index,
                       double[] fftdata)
processFFT in class FFTWorker
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||