Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
W
WAV
- Static variable in class ddf.minim.
Minim
The .wav file format.
Waveform
- Interface in
ddf.minim.ugens
An interface to represent a Waveform that can be sampled by using a value between 0 and 1.
Waves
- Class in
ddf.minim.ugens
A library of waveforms.
Waves()
- Constructor for class ddf.minim.ugens.
Waves
WaveShaper
- Class in
ddf.minim.ugens
A UGen which provides waveshaping distortion.
WaveShaper(float, float, Wavetable)
- Constructor for class ddf.minim.ugens.
WaveShaper
Constructor for WaveShaper.
WaveShaper(float, float, Wavetable, boolean)
- Constructor for class ddf.minim.ugens.
WaveShaper
Constructor for WaveShaper.
Wavetable
- Class in
ddf.minim.ugens
Wavetable wraps a float array of any size and lets you sample array using a normalized value [0,1].
Wavetable(int)
- Constructor for class ddf.minim.ugens.
Wavetable
Construct a Wavetable that contains
size
entries.
Wavetable(float[])
- Constructor for class ddf.minim.ugens.
Wavetable
Construct a Wavetable that will use
waveform
as the float array to sample from.
Wavetable(Wavetable)
- Constructor for class ddf.minim.ugens.
Wavetable
Make a new Wavetable that has the same waveform values as
wavetable
.
WavetableGenerator
- Class in
ddf.minim.ugens
WavetableGenerator is a helper class for generating Wavetables.
WavetableGenerator()
- Constructor for class ddf.minim.ugens.
WavetableGenerator
whichAverage
- Variable in class ddf.minim.analysis.
FourierTransform
WhiteNoise
- Class in
ddf.minim.signals
White noise is a signal that contains all frequencies in equal amounts.
WhiteNoise()
- Constructor for class ddf.minim.signals.
WhiteNoise
Constructs a white noise generator with an amplitude of 1.
WhiteNoise(float)
- Constructor for class ddf.minim.signals.
WhiteNoise
Constructs a white noise generator with the given amplitude.
window(WindowFunction)
- Method in class ddf.minim.analysis.
FourierTransform
Sets the window to use on the samples before taking the forward transform.
windowFunction
- Variable in class ddf.minim.analysis.
FourierTransform
WindowFunction
- Class in
ddf.minim.analysis
A Window function represents a curve which is applied to a sample buffer to reduce the introduction of spectral leakage in the Fourier transform.
WindowFunction()
- Constructor for class ddf.minim.analysis.
WindowFunction
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W