Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
G
I
J
L
N
R
S
T
V
W
Y
D
Delay
- class
Delay
.
Delay.java Copyright © 2002 paul j botelho This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Delay()
- Constructor for class
Delay
creates a new Delay line to be used with tap
G
getPlayback()
- Method in class
jeinKernel
This method returns the Playback object generated from the run() method or null if run() has not been invoked.
I
init()
- Method in class
jeinKernel
This abstract method, which need not be defined by the user, is used to run any initialization code.
inputsig
- Variable in class
jeinKernel
The current input signal (from inputFile).
J
jeinKernel
- class
jeinKernel
.
jeinKernel(Integer, Integer, Integer, File, AudioFormat)
- Constructor for class
jeinKernel
L
left
- Variable in class
jeinKernel
The current left channel of the stereo output signal.
left_inputsig
- Variable in class
jeinKernel
The current left input signal (from inputFile)
length()
- Method in class
Delay
N
nsamps
- Variable in class
jeinKernel
The number of total samples for the output file.
R
right
- Variable in class
jeinKernel
The current right channel of the stereo output signal.
right_inputsig
- Variable in class
jeinKernel
The current right input signal (from inputFile)
run()
- Method in class
jeinKernel
This method iterates through the DSP script() method from t=0 to t=nsamps and generates a Playback object.
S
script()
- Method in class
jeinKernel
This abstract method, which must be defined by the user, is the main body of the DSP script.
set(double)
- Method in class
Delay
set(double, int)
- Method in class
Delay
set(int)
- Method in class
Delay
sr
- Variable in class
jeinKernel
The sampling rate of the output sound file.
T
t
- Variable in class
jeinKernel
The current time in samples.
tap(Delay, int)
- Method in class
jeinKernel
This method creates a delay line.
two_PI
- Variable in class
jeinKernel
A convient (double) representation of 2PI.
V
value()
- Method in class
Delay
W
writeSoundFile(File, AudioFileFormat.Type)
- Method in class
jeinKernel
This method allows the writing of a sound file from the output.
Y
y
- Variable in class
jeinKernel
The current mono output signal.
D
G
I
J
L
N
R
S
T
V
W
Y
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes