A B C D E F G H I J K L M N O P Q R S T U V W

C

calcAvg(float, float) - Method in class ddf.minim.analysis.FourierTransform
Calculate the average amplitude of the frequency band bounded by lowFreq and hiFreq, inclusive.
calcCoeff() - Method in class ddf.minim.effects.BandPass
 
calcCoeff() - Method in class ddf.minim.effects.ChebFilter
 
calcCoeff() - Method in class ddf.minim.effects.HighPassSP
 
calcCoeff() - Method in class ddf.minim.effects.IIRFilter
Calculates the coefficients of the filter using the current cutoff frequency.
calcCoeff() - Method in class ddf.minim.effects.LowPassFS
 
calcCoeff() - Method in class ddf.minim.effects.LowPassSP
 
calcCoeff() - Method in class ddf.minim.effects.NotchFilter
 
ChebFilter - Class in ddf.minim.effects
A Chebyshev filter is an IIR filter that uses a particular method to calculate the coefficients of the filter.
ChebFilter(float, int, float, int, float) - Constructor for class ddf.minim.effects.ChebFilter
Constructs a Chebyshev filter with a cutoff of the given frequency, of the given type, with the give amount of ripple in the pass band, and with the given number of poles, that will be used to filter audio of that was recorded at the given sample rate.
clear() - Method in class ddf.minim.EffectsChain
Removes all effects from the effect chain.
clear() - Method in class ddf.minim.SignalChain
Removes all signals from the effect chain.
clearEffects() - Method in class ddf.minim.AudioSource
 
clearEffects() - Method in interface ddf.minim.Effectable
Removes all effects from the effect chain.
clearSignals() - Method in class ddf.minim.AudioOutput
 
clearSignals() - Method in interface ddf.minim.Polyphonic
Removes all signals from the signal chain.
close() - Method in class ddf.minim.AudioPlayer
 
close() - Method in class ddf.minim.AudioSnippet
Deprecated. Closes the snippet so that any resources it is using can be released.
close() - Method in class ddf.minim.AudioSource
Closes the AudioStream this was constructed with.
close() - Method in interface ddf.minim.spi.AudioResource
Closes the resource, releasing any memory.
close() - Method in class ddf.minim.ugens.FilePlayer
Calling close will close the AudioStream that this wraps, which is proper cleanup for using the stream.
close() - Method in class ddf.minim.ugens.LiveInput
Calling close will close the AudioStream that this wraps, which is proper cleanup for using the stream.
comment() - Method in class ddf.minim.AudioMetaData
 
composer() - Method in class ddf.minim.AudioMetaData
 
Constant - Class in ddf.minim.ugens
Just outputs a constant value.
Constant() - Constructor for class ddf.minim.ugens.Constant
Empty constructor for Constant.
Constant(float) - Constructor for class ddf.minim.ugens.Constant
Constructor for Constant.
contains(AudioEffect) - Method in class ddf.minim.EffectsChain
Returns true if e is in this chain
contains(AudioSignal) - Method in class ddf.minim.SignalChain
Returns true if s is in the chain.
Controller - Class in ddf.minim
Controller is the base class of all Minim classes that deal with audio I/O.
Controller(Control[]) - Constructor for class ddf.minim.Controller
Constructs a Controller for the given Line.
Convolver - Class in ddf.minim.effects
Convolver is an effect that convolves a signal with a kernal.
Convolver(float[], int) - Constructor for class ddf.minim.effects.Convolver
Constructs a Convolver with the kernal k that expects buffer of length sigLength.
copyright() - Method in class ddf.minim.AudioMetaData
 
COSINE - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Cosine window should be used on sample buffers.
CosineWindow - Class in ddf.minim.analysis
A Cosine window function.
CosineWindow() - Constructor for class ddf.minim.analysis.CosineWindow
Constructs a Cosine window.
createRecorder(Recordable, String, boolean) - Method in class ddf.minim.Minim
Creates an AudioRecorder that will use source as its record source and that will save to the file name specified.
createSample(float[], AudioFormat) - Method in class ddf.minim.Minim
Creates an AudioSample using the provided samples and AudioFormat, with an output buffer size of 1024 samples.
createSample(float[], AudioFormat, int) - Method in class ddf.minim.Minim
Creates an AudioSample using the provided samples and AudioFormat, with the desired output buffer size.
createSample(float[], float[], AudioFormat) - Method in class ddf.minim.Minim
Creates an AudioSample using the provided left and right channel samples with an output buffer size of 1024.
createSample(float[], float[], AudioFormat, int) - Method in class ddf.minim.Minim
Creates an AudioSample using the provided left and right channel samples.
cue(int) - Method in class ddf.minim.AudioPlayer
 
cue(int) - Method in class ddf.minim.AudioSnippet
Deprecated.  
cue(int) - Method in interface ddf.minim.Playable
Sets the position to millis milliseconds from the beginning.
cue(int) - Method in class ddf.minim.ugens.FilePlayer
 
cutoff - Variable in class ddf.minim.effects.IIRFilter
 

A B C D E F G H I J K L M N O P Q R S T U V W