|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjeinKernel
Field Summary | |
protected double |
inputsig
The current input signal (from inputFile). |
protected double |
left
The current left channel of the stereo output signal. |
protected double |
left_inputsig
The current left input signal (from inputFile) |
protected int |
nsamps
The number of total samples for the output file. |
protected double |
right
The current right channel of the stereo output signal. |
protected double |
right_inputsig
The current right input signal (from inputFile) |
protected double |
sr
The sampling rate of the output sound file. |
protected int |
t
The current time in samples. |
protected double |
two_PI
A convient (double) representation of 2PI. |
protected double |
y
The current mono output signal. |
Method Summary | |
void |
tap(Delay delay,
int length)
This method creates a delay line. |
Field Detail |
protected int t
protected int nsamps
protected double y
protected double left
protected double right
protected double sr
protected double two_PI
protected double inputsig
protected double left_inputsig
protected double right_inputsig
Method Detail |
public final void tap(Delay delay, int length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |