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

A

Abs - Class in ddf.minim.ugens
Abs is a UGen that outputs the absolute value of its input.
Abs() - Constructor for class ddf.minim.ugens.Abs
 
activate() - Method in class ddf.minim.ugens.Bypass
Activate the bypass functionality.
activate() - Method in class ddf.minim.ugens.Damp
Specifies that the damp envelope should begin.
activate() - Method in class ddf.minim.ugens.Line
Start the Line's transition.
activate(float, float, float) - Method in class ddf.minim.ugens.Line
Start the Line's transition after setting all parameters for the Line.
add(AudioEffect) - Method in class ddf.minim.EffectsChain
Deprecated.
Adds e to the end of the chain.
add(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
Adds signal to the end of the chain.
add(float[], Waveform...) - Static method in class ddf.minim.ugens.Waves
Generates a Wavetable by adding any number of Waveforms, each scaled by an amplitude.
addAudio() - Method in class ddf.minim.UGen
 
addControl() - Method in class ddf.minim.UGen
 
addControl(float) - Method in class ddf.minim.UGen
 
addEffect(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
addEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Adds an effect to the effects chain.
addEvent(float, float, Instrument) - Method in class ddf.minim.NoteManager
 
addInput(UGen) - Method in class ddf.minim.UGen
If you want to do something other than the default behavior when your UGen is patched to, you can override this method in your derived class.
addInput(UGen) - Method in class ddf.minim.ugens.Bypass
 
addInput(UGen) - Method in class ddf.minim.ugens.Pan
 
addInput(UGen) - Method in class ddf.minim.ugens.Summer
 
addInput(UGen) - Method in class ddf.minim.ugens.TickRate
 
addListener(AudioListener) - Method in class ddf.minim.AudioSource
Add an AudioListener to this sound generating object, which will have its samples method called every time this object generates a new buffer of samples.
addListener(AudioListener) - Method in interface ddf.minim.Recordable
Adds a listener who will be notified each time this receives or creates a new buffer of samples.
addListener(AudioListener) - Method in class ddf.minim.SignalSplitter
 
addNoise(float) - Method in class ddf.minim.ugens.Wavetable
Adds Gaussian noise to the waveform.
addSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
addSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
Adds an signal to the signals chain.
ADSR - Class in ddf.minim.ugens
A UGen that plays input audio through a standard ADSR (Attack, Decay, Sustain, Release) envelope based on time from noteOn and noteOff.
ADSR() - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope.
ADSR(float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude.
ADSR(float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude, attack Time.
ADSR(float, float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude, attack Time, and decay time.
ADSR(float, float, float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude, attack Time, decay time, and sustain level.
ADSR(float, float, float, float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude, attack Time, decay time, sustain level, and release time.
ADSR(float, float, float, float, float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope with maximum amplitude, attack Time, decay time, sustain level, release time, an amplitude before the envelope.
ADSR(float, float, float, float, float, float, float) - Constructor for class ddf.minim.ugens.ADSR
Constructor for an ADSR envelope.
AIFC - Static variable in class ddf.minim.Minim
The .aifc file format.
AIFF - Static variable in class ddf.minim.Minim
The .aiff file format.
album() - Method in class ddf.minim.AudioMetaData
The album the recording came from.
allocateArrays() - Method in class ddf.minim.analysis.DFT
 
allocateArrays() - Method in class ddf.minim.analysis.FFT
 
allocateArrays() - Method in class ddf.minim.analysis.FourierTransform
 
alpha - Variable in class ddf.minim.analysis.BlackmanWindow
 
amplitude - Variable in class ddf.minim.ugens.Multiplier
The amplitude input allows you to control the value being used for multiplying with another UGen.
amplitude - Variable in class ddf.minim.ugens.Noise
Patch to this to control the amplitude of the noise with another UGen.
amplitude - Variable in class ddf.minim.ugens.Oscil
Patch to this to control the amplitude of the oscillator with another UGen.
amplitude - Variable in class ddf.minim.ugens.Sampler
The amplitude of this Sampler.
apply(float[]) - Method in class ddf.minim.analysis.WindowFunction
Apply the window function to a sample buffer.
apply(float[], int, int) - Method in class ddf.minim.analysis.WindowFunction
Apply the window to a portion of this sample buffer, given an offset from the beginning of the buffer and the number of samples to be windowed.
asHz() - Method in class ddf.minim.ugens.Frequency
Get the value of this Frequency in Hertz.
asMidiNote() - Method in class ddf.minim.ugens.Frequency
Get the MIDI note value of this Frequency
attack - Variable in class ddf.minim.ugens.Sampler
The attack time, in seconds, when triggering this Sampler.
AU - Static variable in class ddf.minim.Minim
The .au file format.
audio - Variable in class ddf.minim.ugens.Abs
The input that we will take the absolute value of.
audio - Variable in class ddf.minim.ugens.ADSR
The default input is "audio." You won't need to patch to this directly, since simply patching to the ADSR itself will achieve the same result.
audio - Variable in class ddf.minim.ugens.Balance
The audio input is where audio comes in to be balanced.
audio - Variable in class ddf.minim.ugens.BitCrush
The audio input is where audio that gets bit-crushed should be patched.
audio - Variable in class ddf.minim.ugens.Damp
The default input is "audio." You don't need to patch directly to this input, patching to the UGen itself will accomplish the same thing.
audio - Variable in class ddf.minim.ugens.Delay
where the incoming audio is patched
audio - Variable in class ddf.minim.ugens.EnvelopeFollower
Where incoming audio is patched.
audio - Variable in class ddf.minim.ugens.Flanger
Where the input goes.
audio - Variable in class ddf.minim.ugens.Gain
The audio input is where incoming signals should be patched, however you do not need to patch directly to this input because patching to the Gain itself will accomplish the same thing.
audio - Variable in class ddf.minim.ugens.GranulateRandom
The default input is "audio."
audio - Variable in class ddf.minim.ugens.GranulateSteady
The default input is "audio."
audio - Variable in class ddf.minim.ugens.MoogFilter
The main audio input where the the UGen you want to filter should be patched.
audio - Variable in class ddf.minim.ugens.Multiplier
The audio input is where incoming audio should be patched, but you can simply patch to the Multiplier itself.
audio - Variable in class ddf.minim.ugens.Vocoder
The audio you want processed by the Vocoder.
audio - Variable in class ddf.minim.ugens.WaveShaper
The default input is "audio."
AudioBuffer - Interface in ddf.minim
An AudioBuffer is a buffer of floating point samples corresponding to a single channel of streaming audio.
AudioEffect - Interface in ddf.minim
Deprecated.
AudioInput - Class in ddf.minim
An AudioInput is a connection to the current record source of the computer.
AudioInput(AudioStream, AudioOut) - Constructor for class ddf.minim.AudioInput
 
AudioListener - Interface in ddf.minim
An AudioListener can be used to monitor Recordable objects such as AudioPlayer, AudioOutput, and AudioInput.
AudioMetaData - Class in ddf.minim
AudioMetaData provides information commonly found in ID3 tags.
AudioMetaData() - Constructor for class ddf.minim.AudioMetaData
 
AudioOutput - Class in ddf.minim
An AudioOutput is a connection to the output of a computer's sound card.
AudioOutput(AudioOut) - Constructor for class ddf.minim.AudioOutput
Constructs an AudioOutput that will use out to generate sound.
AudioPlayer - Class in ddf.minim
An AudioPlayer provides a self-contained way of playing a sound file by streaming it from disk (or the internet).
AudioPlayer(AudioRecordingStream, AudioOut) - Constructor for class ddf.minim.AudioPlayer
Constructs an AudioPlayer that plays recording using the AudioOut provided.
AudioRecorder - Class in ddf.minim
An AudioRecorder can be used to record audio that is being played by a Recordable object such as an AudioOutput, AudioInput, or AudioPlayer.
AudioRecorder(Recordable, SampleRecorder) - Constructor for class ddf.minim.AudioRecorder
 
AudioSample - Class in ddf.minim
An AudioSample keeps the entire file in an internal buffer and all you can do is trigger() the sound.
AudioSample(AudioOut) - Constructor for class ddf.minim.AudioSample
 
AudioSignal - Interface in ddf.minim
Deprecated.
AudioSnippet - Class in ddf.minim
Deprecated. 
AudioSnippet(AudioRecording) - Constructor for class ddf.minim.AudioSnippet
Deprecated.
 
AudioSource - Class in ddf.minim
An AudioSource is a kind of wrapper around an AudioStream.
AudioSource(AudioOut) - Constructor for class ddf.minim.AudioSource
Constructs an AudioSource that will subscribe to the samples in stream.
author() - Method in class ddf.minim.AudioMetaData
The author of the recording.
averages - Variable in class ddf.minim.analysis.FourierTransform
 
avgPerOctave - Variable in class ddf.minim.analysis.FourierTransform
 
avgSize() - Method in class ddf.minim.analysis.FourierTransform
Returns the number of averages currently being calculated.

B

BALANCE - Static variable in class ddf.minim.Controller
Deprecated.
balance() - Method in class ddf.minim.Controller
Deprecated.
Balance - Class in ddf.minim.ugens
Balance is for controlling the left/right channel balance of a stereo signal.
Balance() - Constructor for class ddf.minim.ugens.Balance
Construct a Balance with a value of 0 (no change).
Balance(float) - Constructor for class ddf.minim.ugens.Balance
Construct a balance with a particular value.
balance - Variable in class ddf.minim.ugens.Balance
The balance control should be driven by UGens that generate values in the range [-1, 1].
bandWidth - Variable in class ddf.minim.analysis.FourierTransform
 
BARTLETT - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Bartlett window should be used on sample buffers.
BARTLETTHANN - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Bartlett-Hann window should be used on sample buffers.
BartlettHannWindow - Class in ddf.minim.analysis
A Bartlett-Hann window function.
BartlettHannWindow() - Constructor for class ddf.minim.analysis.BartlettHannWindow
Constructs a Bartlett-Hann window.
BartlettWindow - Class in ddf.minim.analysis
A Bartlett window function.
BartlettWindow() - Constructor for class ddf.minim.analysis.BartlettWindow
Constructs a Bartlett window.
BeatDetect - Class in ddf.minim.analysis
The BeatDetect class allows you to analyze an audio stream for beats (rhythmic onsets).
BeatDetect() - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in SOUND_ENERGY mode.
BeatDetect(int, float) - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in FREQ_ENERGY mode and expects a sample buffer with the requested attributes.
begin - Variable in class ddf.minim.ugens.Sampler
The sample number in the source sample the voice will start at when triggering this Sampler.
beginRecord() - Method in class ddf.minim.AudioRecorder
Begins recording audio from the current record source.
BitCrush - Class in ddf.minim.ugens
BitCrush is an effect that reduces the fidelity of the incoming signal.
BitCrush() - Constructor for class ddf.minim.ugens.BitCrush
Construct a BitCrush with a bit resolution of 1 and a bit rate of 44100.
BitCrush(float, float) - Constructor for class ddf.minim.ugens.BitCrush
Construct a BitCrush with the specified bit resolution and bit rate.
bitRate - Variable in class ddf.minim.ugens.BitCrush
Control the bit rate with another UGen by patching to bitRate.
bitRes - Variable in class ddf.minim.ugens.BitCrush
Control the bit resolution with another UGen by patching to bitRes.
BLACKMAN - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Blackman window with a default value should be used on sample buffers.
BlackmanWindow - Class in ddf.minim.analysis
A Blackman window function.
BlackmanWindow(float) - Constructor for class ddf.minim.analysis.BlackmanWindow
Constructs a Blackman window.
BlackmanWindow() - Constructor for class ddf.minim.analysis.BlackmanWindow
Constructs a Blackman window with a default alpha value of 0.16
bufferSize() - Method in class ddf.minim.AudioSource
The internal buffer size of this sound object.
bufferSize() - Method in interface ddf.minim.Recordable
Returns the buffer size being used by this.
bufferSize() - Method in class ddf.minim.SignalSplitter
 
Bypass<T extends UGen> - Class in ddf.minim.ugens
The Bypass UGen allows you to wrap another UGen and then insert that UGen into your signal chain using Bypass in its place.
Bypass(T) - Constructor for class ddf.minim.ugens.Bypass
Construct a Bypass UGen that wraps a UGen of type T.

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.
channelCount() - Method in class ddf.minim.UGen
Returns the number of channels this UGen has been configured to generate.
channelCount() - Method in class ddf.minim.UGen.UGenInput
Returns how many channels this UGenInput generates.
channelCountChanged() - Method in class ddf.minim.UGen
This method is only called when setChannelCount results in the channel count of this UGen actually changing.
channelCountChanged() - Method in class ddf.minim.ugens.BitCrush
 
channelCountChanged() - Method in class ddf.minim.ugens.Delay
 
channelCountChanged() - Method in class ddf.minim.ugens.Flanger
 
channelCountChanged() - Method in class ddf.minim.ugens.MoogFilter
 
channelCountChanged() - Method in class ddf.minim.ugens.Summer
 
channelCountChanged() - Method in class ddf.minim.ugens.TickRate
 
clear() - Method in class ddf.minim.EffectsChain
Deprecated.
Removes all effects from the effect chain.
clear() - Method in class ddf.minim.SignalChain
Deprecated.
Removes all signals from the effect chain.
clearEffects() - Method in class ddf.minim.AudioSource
Deprecated. 
clearEffects() - Method in interface ddf.minim.Effectable
Removes all effects from the effect chain.
clearSignals() - Method in class ddf.minim.AudioOutput
Deprecated. 
clearSignals() - Method in interface ddf.minim.Polyphonic
Removes all signals from the signal chain.
close() - Method in class ddf.minim.AudioInput
 
close() - Method in class ddf.minim.AudioPlayer
Release the resources associated with playing this file.
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 this source, making it unavailable.
close() - Method in class ddf.minim.ugens.FilePlayer
Calling close will close the AudioRecordingStream 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
The comment field in the file.
composer() - Method in class ddf.minim.AudioMetaData
The composer of the recording.
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
Deprecated.
Returns true if e is in this chain
contains(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
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.
copyright() - Method in class ddf.minim.AudioMetaData
The copyright of the recording.
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) - Method in class ddf.minim.Minim
Creates an AudioRecorder that will use the provided Recordable object as its record source and that will save to the file name specified.
createRecorder(Recordable, String, boolean) - Method in class ddf.minim.Minim
Creates an AudioRecorder that will use the provided Recordable object 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 sample data and AudioFormat.
createSample(float[], AudioFormat, int) - Method in class ddf.minim.Minim
Creates an AudioSample using the provided sample data 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 sample data 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 sample data.
cue(int) - Method in class ddf.minim.AudioPlayer
Sets the position to millis milliseconds from the beginning.
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
Sets the position to millis milliseconds from the beginning.
currentWindow - Variable in class ddf.minim.analysis.FourierTransform
 

D

Damp - Class in ddf.minim.ugens
A UGen that generates a simple envelope that changes from a starting value to a middle value during an "attack" phase and then changes to an ending value during a "damp" or "decay" phase.
Damp() - Constructor for class ddf.minim.ugens.Damp
Constructor for Damp envelope.
Damp(float) - Constructor for class ddf.minim.ugens.Damp
Constructor for Damp envelope.
Damp(float, float) - Constructor for class ddf.minim.ugens.Damp
Constructor for Damp envelope.
Damp(float, float, float) - Constructor for class ddf.minim.ugens.Damp
Constructor for Damp envelope.
Damp(float, float, float, float, float) - Constructor for class ddf.minim.ugens.Damp
Constructor for Damp envelope.
date() - Method in class ddf.minim.AudioMetaData
The date the recording was made.
ddf.minim - package ddf.minim
Minim is an audio library that uses the JavaSound API , a bit of Tritonus, and Javazoom's MP3SPI to provide an easy to use audio library for people developing in the Processing environment.
ddf.minim.analysis - package ddf.minim.analysis
The Analysis package contains classes for analyzing audio in real-time.
ddf.minim.ugens - package ddf.minim.ugens
List of UGens
deactivate() - Method in class ddf.minim.ugens.Bypass
Deactivate the bypass functionality.
debug(String) - Static method in class ddf.minim.Minim
 
debugOff() - Method in class ddf.minim.Minim
Turns off debug messages.
debugOn() - Method in class ddf.minim.Minim
Turns on debug messages.
dectectSize() - Method in class ddf.minim.analysis.BeatDetect
Deprecated.
DefaultInstrument - Class in ddf.minim.ugens
You can use this default instrument to make sound if you don't want to write your own instrument.
DefaultInstrument(float, AudioOutput) - Constructor for class ddf.minim.ugens.DefaultInstrument
Construct a default instrument that will play a note at the given frequency on the given output.
delAmp - Variable in class ddf.minim.ugens.Delay
the strength of each repetition compared to the previous.
Delay - Class in ddf.minim.ugens
The Delay UGen is used to create delayed repetitions of the input audio.
Delay() - Constructor for class ddf.minim.ugens.Delay
Constructs a Delay.
Delay(float) - Constructor for class ddf.minim.ugens.Delay
Constructs a Delay.
Delay(float, float) - Constructor for class ddf.minim.ugens.Delay
Constructs a Delay.
Delay(float, float, boolean) - Constructor for class ddf.minim.ugens.Delay
Constructs a Delay.
Delay(float, float, boolean, boolean) - Constructor for class ddf.minim.ugens.Delay
Constructs a Delay.
delay - Variable in class ddf.minim.ugens.Flanger
How much does the flanger delay the incoming signal.
delTime - Variable in class ddf.minim.ugens.Delay
the time for delay between repetitions.
denominator - Variable in class ddf.minim.ugens.Reciprocal
denominator is the default audio input
depth - Variable in class ddf.minim.ugens.Flanger
How many milliseconds the LFO increases the delay by at the maximum.
detect(AudioBuffer) - Method in class ddf.minim.analysis.BeatDetect
Analyze the samples in buffer.
detect(float[]) - Method in class ddf.minim.analysis.BeatDetect
Analyze the samples in buffer.
detectMode(int) - Method in class ddf.minim.analysis.BeatDetect
Set the object to use the requested algorithm.
detectSize() - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns the number of frequency bands currently being used.
DFT - Class in ddf.minim.analysis
DFT stands for Discrete Fourier Transform and is the most widely used Fourier Transform.
DFT(int, float) - Constructor for class ddf.minim.analysis.DFT
Constructs a DFT that expects audio buffers of length timeSize that have been recorded with a sample rate of sampleRate.
disable(int) - Method in class ddf.minim.EffectsChain
Deprecated.
Disables the ith effect in the chain.
disable(AudioEffect) - Method in class ddf.minim.EffectsChain
Deprecated.
Disables e if it is in the chain.
disable(int) - Method in class ddf.minim.SignalChain
Deprecated.
Disables the ith effect in the chain.
disable(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
Disables signal if it is in the chain.
disableAll() - Method in class ddf.minim.EffectsChain
Deprecated.
Disables all effects in the chain.
disableAll() - Method in class ddf.minim.SignalChain
Deprecated.
Disables all signals in the chain.
disableEffect(int) - Method in class ddf.minim.AudioSource
Deprecated. 
disableEffect(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
disableEffect(int) - Method in interface ddf.minim.Effectable
disables the ith effect in the effect chain.
disableEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Disables effect if it is in the chain.
disableMonitoring() - Method in class ddf.minim.AudioInput
When monitoring is disabled, you will not hear the audio that is coming through the input, but you will still be able to access the samples in the left, right, and mix buffers.
disableSignal(int) - Method in class ddf.minim.AudioOutput
Deprecated. 
disableSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
disableSignal(int) - Method in interface ddf.minim.Polyphonic
disables the ith signal in the signal chain.
disableSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
Disables signal if it is in the chain.
disc() - Method in class ddf.minim.AudioMetaData
The disc number of the recording.
dispose() - Method in class ddf.minim.Minim
 
doWindow(float[]) - Method in class ddf.minim.analysis.FourierTransform
 
dry - Variable in class ddf.minim.ugens.Flanger
How much of the dry signal is added to the output.

E

Effectable - Interface in ddf.minim
An Effectable object is simply one that can have AudioEffects attached to it.
effectCount() - Method in class ddf.minim.AudioSource
Deprecated. 
effectCount() - Method in interface ddf.minim.Effectable
Returns the number of effects in the chain.
effects() - Method in class ddf.minim.AudioSource
Deprecated. 
effects() - Method in interface ddf.minim.Effectable
Enables all effects currently attached to this.
EffectsChain - Class in ddf.minim
Deprecated.
EffectsChain() - Constructor for class ddf.minim.EffectsChain
Deprecated.
Constructs an empty EffectsChain.
enable(int) - Method in class ddf.minim.EffectsChain
Deprecated.
Enables the ith effect in the chain.
enable(AudioEffect) - Method in class ddf.minim.EffectsChain
Deprecated.
Enables e if it is in the chain.
enable(int) - Method in class ddf.minim.SignalChain
Deprecated.
Enables the ith effect in the chain.
enable(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
Enables signal if it is in the chain.
enableAll() - Method in class ddf.minim.EffectsChain
Deprecated.
Enables all effects in the chain.
enableAll() - Method in class ddf.minim.SignalChain
Deprecated.
Enables all signals in the chain.
enableEffect(int) - Method in class ddf.minim.AudioSource
Deprecated. 
enableEffect(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
enableEffect(int) - Method in interface ddf.minim.Effectable
Enables the ith effect in the effect chain.
enableEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Enables effect if it is in the chain.
enableMonitoring() - Method in class ddf.minim.AudioInput
When monitoring is enabled, you will be able to hear the audio that is coming through the input.
enableSignal(int) - Method in class ddf.minim.AudioOutput
Deprecated. 
enableSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
enableSignal(int) - Method in interface ddf.minim.Polyphonic
Enables the ith signal in the signal chain.
enableSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
Enables signal if it is in the chain.
encoded() - Method in class ddf.minim.AudioMetaData
The software the recording was encoded with.
end - Variable in class ddf.minim.ugens.Sampler
The sample number in the source sample the voice will end at when triggering this Sampler.
endRecord() - Method in class ddf.minim.AudioRecorder
Halts the recording of audio from the current record source.
EnvelopeFollower - Class in ddf.minim.ugens
An EnvelopeFollower will analyze the audio coming into it and output a value that reflects the volume level of that audio.
EnvelopeFollower(float, float, int) - Constructor for class ddf.minim.ugens.EnvelopeFollower
Construct an EnvelopeFollower.
error(String) - Static method in class ddf.minim.Minim
 

F

fadeLen - Variable in class ddf.minim.ugens.GranulateSteady
Controls the length of the fade in and fade out.
fadeLenMax - Variable in class ddf.minim.ugens.GranulateRandom
Controls the maximum length of the fade in and fade out.
fadeLenMin - Variable in class ddf.minim.ugens.GranulateRandom
Controls the minimum length of the fade in and fade out.
feedback - Variable in class ddf.minim.ugens.Flanger
How much of the flanged signal is fed back into the effect.
FFT - Class in ddf.minim.analysis
FFT stands for Fast Fourier Transform.
FFT(int, float) - Constructor for class ddf.minim.analysis.FFT
Constructs an FFT that will accept sample buffers that are timeSize long and have been recorded with a sample rate of sampleRate.
fileName() - Method in class ddf.minim.AudioMetaData
The name of the file / URL of the recording.
FilePlayer - Class in ddf.minim.ugens
The FilePlayer UGen provides a way for you to play audio files in the same way that AudioPlayer does, allowing you to patch them into a UGen graph any way you choose.
FilePlayer(AudioRecordingStream) - Constructor for class ddf.minim.ugens.FilePlayer
Construct a FilePlayer that will read from iFileStream.
fillSpectrum() - Method in class ddf.minim.analysis.FourierTransform
 
Flanger - Class in ddf.minim.ugens
A Flanger is a specialized kind of delay that uses an LFO (low frequency oscillator) to vary the amount of delay applied to each sample.
Flanger(float, float, float, float, float, float) - Constructor for class ddf.minim.ugens.Flanger
Construct a Flanger by specifying all initial values.
flip(float) - Method in class ddf.minim.ugens.Wavetable
Flip the values in the table around a particular value.
forward(float[]) - Method in class ddf.minim.analysis.DFT
 
forward(float[]) - Method in class ddf.minim.analysis.FFT
 
forward(float[], int) - Method in class ddf.minim.analysis.FFT
 
forward(float[], float[]) - Method in class ddf.minim.analysis.FFT
Performs a forward transform on the passed buffers.
forward(float[]) - Method in class ddf.minim.analysis.FourierTransform
Performs a forward transform on buffer.
forward(float[], int) - Method in class ddf.minim.analysis.FourierTransform
Performs a forward transform on values in buffer.
forward(AudioBuffer) - Method in class ddf.minim.analysis.FourierTransform
Performs a forward transform on buffer.
forward(AudioBuffer, int) - Method in class ddf.minim.analysis.FourierTransform
Performs a forward transform on buffer.
FourierTransform - Class in ddf.minim.analysis
A Fourier Transform is an algorithm that transforms a signal in the time domain, such as a sample buffer, into a signal in the frequency domain, often called the spectrum.
FREQ_ENERGY - Static variable in class ddf.minim.analysis.BeatDetect
Constant used to request frequency energy tracking mode.
freqToIndex(float) - Method in class ddf.minim.analysis.FourierTransform
Returns the index of the frequency band that contains the requested frequency.
Frequency - Class in ddf.minim.ugens
Frequency is a class that represents an audio frequency.
frequency - Variable in class ddf.minim.ugens.MoogFilter
The cutoff (or center) frequency of the filter, expressed in Hz.
frequency - Variable in class ddf.minim.ugens.Oscil
Patch to this to control the frequency of the oscillator with another UGen.

G

GAIN - Static variable in class ddf.minim.Controller
Deprecated.
gain() - Method in class ddf.minim.Controller
Deprecated.
Gain - Class in ddf.minim.ugens
Gain is another way of expressing an increase or decrease in the volume of something.
Gain() - Constructor for class ddf.minim.ugens.Gain
Construct a Gain UGen with a value of 0 dB, which means it will not change the volume of something patched to it.
Gain(float) - Constructor for class ddf.minim.ugens.Gain
Construct a Gain with the specific dBvalue.
gain - Variable in class ddf.minim.ugens.Gain
The gain input controls the value of this Gain.
GAUSS - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Gauss with a default value should be used on sample buffers.
GaussWindow - Class in ddf.minim.analysis
A Gauss window function.
GaussWindow(double) - Constructor for class ddf.minim.analysis.GaussWindow
Constructs a Gauss window function.
GaussWindow() - Constructor for class ddf.minim.analysis.GaussWindow
Constructs a Gauss window with a default alpha value of 0.25
gen10(int, float[]) - Static method in class ddf.minim.ugens.WavetableGenerator
Generate a Wavetable given a list of amplitudes for successive partials (harmonics).
gen7(int, float[], int[]) - Static method in class ddf.minim.ugens.WavetableGenerator
Generate a piecewise linear waveform given an array of sample values and the distances between them.
gen9(int, float[], float[], float[]) - Static method in class ddf.minim.ugens.WavetableGenerator
Generates a Wavetable from a list of partials with matching amplitudes and phases.
generate(float[]) - Method in interface ddf.minim.AudioSignal
Deprecated.
Fills signal with values in the range of [-1, 1].
generate(float[], float[]) - Method in interface ddf.minim.AudioSignal
Deprecated.
Fills left and right with values in the range of [-1, 1].
generate(float[]) - Method in class ddf.minim.SignalChain
Deprecated.
Asks all the enabled signals in the chain to generate a new buffer of samples, adds the buffers together and puts the result in signal.
generate(float[], float[]) - Method in class ddf.minim.SignalChain
Deprecated.
Asks all the enabled signals in the chain to generate a left and right buffer of samples, adds the signals together and puts the result in left and right.
generate(float[]) - Method in class ddf.minim.ugens.Summer
Generates a buffer of samples by ticking this UGen mono.length times.
generate(float[], float[]) - Method in class ddf.minim.ugens.Summer
 
generate(float[]) - Method in class ddf.minim.UGenSignal
Deprecated.
Generates a buffer of samples by ticking the wrapped UGen mono.length times.
generate(float[], float[]) - Method in class ddf.minim.UGenSignal
Deprecated.
Generates a buffer of samples by ticking the wrapped UGen left.length times.
generateCurve(int) - Method in class ddf.minim.analysis.WindowFunction
Generates the curve of the window function.
genre() - Method in class ddf.minim.AudioMetaData
The genre of the recording.
get(int) - Method in interface ddf.minim.AudioBuffer
Gets the ith sample in the buffer.
get(int) - Method in class ddf.minim.EffectsChain
Deprecated.
Gets the ith effect in the chain.
get(int) - Method in class ddf.minim.SignalChain
Deprecated.
Gets the ith signal in the chain.
get(int) - Method in class ddf.minim.ugens.Wavetable
Returns the value of the ith entry in this Wavetable's waveform.
getAverageBandWidth(int) - Method in class ddf.minim.analysis.FourierTransform
Returns the bandwidth of the requested average band.
getAverageCenterFrequency(int) - Method in class ddf.minim.analysis.FourierTransform
Returns the center frequency of the ith average band.
getAvg(int) - Method in class ddf.minim.analysis.FourierTransform
Gets the value of the ith average.
getBalance() - Method in class ddf.minim.Controller
Returns the current balance.
getBand(int) - Method in class ddf.minim.analysis.FourierTransform
Returns the amplitude of the requested frequency band.
getBandWidth() - Method in class ddf.minim.analysis.FourierTransform
Returns the width of each frequency band in the spectrum (in Hz).
getBufferSize() - Method in class ddf.minim.MultiChannelBuffer
Returns the length of this buffer in samples.
getChannel(int) - Method in class ddf.minim.AudioSample
Gets the samples for the requested channel number as a float array.
getChannel(int) - Method in class ddf.minim.MultiChannelBuffer
Returns the requested channel as a float array.
getChannelCount() - Method in class ddf.minim.MultiChannelBuffer
Returns the number of channels in this buffer.
getControl(Control.Type) - Method in class ddf.minim.Controller
Deprecated.
getControls() - Method in class ddf.minim.Controller
Deprecated.
getDetectCenterFrequency(int) - Method in class ddf.minim.analysis.BeatDetect
Returns the center frequency of the ith frequency band.
getDurationFactor() - Method in class ddf.minim.AudioOutput
Return the current value of the duration factor for this output.
getDurationFactor() - Method in class ddf.minim.NoteManager
 
getEffect(int) - Method in class ddf.minim.AudioSource
Deprecated. 
getEffect(int) - Method in interface ddf.minim.Effectable
Returns the ith effect in the effect chain.
getFormat() - Method in class ddf.minim.AudioSource
Returns an AudioFormat object that describes the audio properties of this sound generating object.
getFormat() - Method in interface ddf.minim.Recordable
Returns the format of this recordable audio.
getFormat() - Method in class ddf.minim.SignalSplitter
 
getFreq(float) - Method in class ddf.minim.analysis.FourierTransform
Gets the amplitude of the requested frequency in the spectrum.
getGain() - Method in class ddf.minim.Controller
Returns the current gain.
getIncomingUGen() - Method in class ddf.minim.UGen.UGenInput
The incoming UGen is the UGen that is patched to this UGenInput.
getInputStream(int, int, float, int) - Method in class ddf.minim.Minim
Get the input as an AudioStream that you can read from yourself, rather than wrapped in an AudioInput that does that work for you.
getInputType() - Method in class ddf.minim.UGen.UGenInput
Returns the InputType of this UGenInput.
getInputTypeAsString() - Method in class ddf.minim.UGen.UGenInput
 
getLastValue() - Method in class ddf.minim.UGen.UGenInput
Returns the first value in the array of last values.
getLastValues() - Method in class ddf.minim.UGen
Return the last values generated by this UGen.
getLastValues() - Method in class ddf.minim.UGen.UGenInput
Access the last values generated by this input.
getLineIn() - Method in class ddf.minim.Minim
An AudioInput is used when you want to monitor the active audio input of the computer.
getLineIn(int) - Method in class ddf.minim.Minim
Gets either a MONO or STEREO AudioInput.
getLineIn(int, int) - Method in class ddf.minim.Minim
Gets an AudioInput.
getLineIn(int, int, float) - Method in class ddf.minim.Minim
Gets an AudioInput.
getLineIn(int, int, float, int) - Method in class ddf.minim.Minim
Gets an AudioInput.
getLineOut() - Method in class ddf.minim.Minim
An AudioOutput is used to generate sound in real-time and output it to the soundcard.
getLineOut(int) - Method in class ddf.minim.Minim
Gets an AudioOutput.
getLineOut(int, int) - Method in class ddf.minim.Minim
Gets an AudioOutput.
getLineOut(int, int, float) - Method in class ddf.minim.Minim
Gets an AudioOutput.
getLineOut(int, int, float, int) - Method in class ddf.minim.Minim
Gets an AudioOutput.
getMetaData() - Method in class ddf.minim.AudioPlayer
Returns the meta data for the recording being played by this player.
getMetaData() - Method in class ddf.minim.AudioSample
Get the AudioMetaData for this sample.
getMetaData() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
getMetaData() - Method in interface ddf.minim.Playable
Returns and AudioMetaData object that describes this audio.
getMetaData() - Method in class ddf.minim.ugens.FilePlayer
Returns the meta data for the recording being played by this player.
getNoteOffset() - Method in class ddf.minim.AudioOutput
Return the current value of the note offset for this output.
getNoteOffset() - Method in class ddf.minim.NoteManager
 
getOuterUGen() - Method in class ddf.minim.UGen.UGenInput
The outer UGen is the UGen that owns this input.
getPan() - Method in class ddf.minim.Controller
Returns the current pan.
getSample(int, int) - Method in class ddf.minim.MultiChannelBuffer
Returns the value of a sample in the given channel, at the given offset from the beginning of the buffer.
getSample(int, float) - Method in class ddf.minim.MultiChannelBuffer
Returns the interpolated value of a sample in the given channel, at the given offset from the beginning of the buffer, For instance, getSample( 0, 30.5f ) will return an interpolated sample value in channel 0 that is between the value at 30 and the value at 31.
getSignal(int) - Method in class ddf.minim.AudioOutput
Deprecated. 
getSignal(int) - Method in interface ddf.minim.Polyphonic
Returns the ith signal in the signal chain.
getSpectrumImaginary() - Method in class ddf.minim.analysis.FourierTransform
Get the Imaginary part of the Complex representation of the spectrum.
getSpectrumReal() - Method in class ddf.minim.analysis.FourierTransform
Get the Real part of the Complex representation of the spectrum.
getStream() - Method in class ddf.minim.ugens.FilePlayer
Returns the underlying AudioRecordingStream.
getTempo() - Method in class ddf.minim.AudioOutput
Return the current tempo of the AudioOuput.
getTempo() - Method in class ddf.minim.NoteManager
 
getTint() - Method in class ddf.minim.ugens.Noise
Returns the current Noise.Tint in use
getUGen() - Method in class ddf.minim.UGenSignal
Deprecated.
Returns the UGen that is being wrapped by this UGenSignal.
getVolume() - Method in class ddf.minim.Controller
Returns the current volume.
getWaveform() - Method in class ddf.minim.ugens.Oscil
Returns the Waveform currently being used by this Oscil.
getWaveform() - Method in class ddf.minim.ugens.Wavetable
Returns the underlying waveform, not a copy of it.
grainLen - Variable in class ddf.minim.ugens.GranulateSteady
Controls the length of each grain.
grainLenMax - Variable in class ddf.minim.ugens.GranulateRandom
Controls the maximum length of each grain.
grainLenMin - Variable in class ddf.minim.ugens.GranulateRandom
Controls the minimum length of each grain.
GranulateRandom - Class in ddf.minim.ugens
GranulateRandom is randomly varying version of GranulateSteady.
GranulateRandom() - Constructor for class ddf.minim.ugens.GranulateRandom
Constructor for GranulateRandom.
GranulateRandom(float, float, float, float, float, float) - Constructor for class ddf.minim.ugens.GranulateRandom
Constructor for GranulateRandom.
GranulateRandom(float, float, float, float, float, float, float, float) - Constructor for class ddf.minim.ugens.GranulateRandom
Constructor for GranulateRandom
GranulateSteady - Class in ddf.minim.ugens
A UGen which chops the incoming audio into steady grains of sound.
GranulateSteady() - Constructor for class ddf.minim.ugens.GranulateSteady
Constructor for GranulateSteady.
GranulateSteady(float, float, float) - Constructor for class ddf.minim.ugens.GranulateSteady
Constructor for GranulateSteady.
GranulateSteady(float, float, float, float, float) - Constructor for class ddf.minim.ugens.GranulateSteady
Constructor for GranulateSteady.

H

HAMMING - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Hamming window should be used on sample buffers.
HammingWindow - Class in ddf.minim.analysis
A Hamming window function.
HammingWindow() - Constructor for class ddf.minim.analysis.HammingWindow
Constructs a Hamming window.
HANN - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Hann window should be used on sample buffers.
HannWindow - Class in ddf.minim.analysis
A Hann window function.
HannWindow() - Constructor for class ddf.minim.analysis.HannWindow
Constructs a Hann window.
hasControl(Control.Type) - Method in class ddf.minim.Controller
Deprecated.
hasEffect(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
hasEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Returns true if effect is in the chain.
hasEnabled() - Method in class ddf.minim.EffectsChain
Deprecated.
Returns true if at least one effect in the chain is enabled.
hasEnabled() - Method in class ddf.minim.SignalChain
Deprecated.
Returns true if at least one effect in the chain is enabled.
hasSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
hasSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
 

I

imag - Variable in class ddf.minim.analysis.FourierTransform
 
indexToFreq(int) - Method in class ddf.minim.analysis.FourierTransform
Returns the middle frequency of the ith band.
Instrument - Interface in ddf.minim.ugens
The Instrument interface is expected by AudioOutput.playNote.
inverse(float[]) - Method in class ddf.minim.analysis.DFT
 
inverse(float[]) - Method in class ddf.minim.analysis.FFT
 
inverse(float[]) - Method in class ddf.minim.analysis.FourierTransform
Performs an inverse transform of the frequency spectrum and places the result in buffer.
inverse(AudioBuffer) - Method in class ddf.minim.analysis.FourierTransform
Performs an inverse transform of the frequency spectrum and places the result in buffer.
inverse(float[], float[], float[]) - Method in class ddf.minim.analysis.FourierTransform
Performs an inverse transform of the frequency spectrum represented by freqReal and freqImag and places the result in buffer.
invert() - Method in class ddf.minim.ugens.Wavetable
Flips the table around 0.
isActive() - Method in class ddf.minim.ugens.Bypass
Find out if this Bypass is active or not.
isAtEnd() - Method in class ddf.minim.ugens.Line
Has the Line completed its transition.
isEffected() - Method in class ddf.minim.AudioSource
Deprecated. 
isEffected() - Method in interface ddf.minim.Effectable
Returns true if at least one effect in the chain is enabled.
isEnabled(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
isEnabled(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
isEnabled(AudioEffect) - Method in interface ddf.minim.Effectable
Returns true if effect is in the chain and is also enabled.
isEnabled(AudioEffect) - Method in class ddf.minim.EffectsChain
Deprecated.
Returns true if e is in the chain and is enabled.
isEnabled(AudioSignal) - Method in interface ddf.minim.Polyphonic
Returns true if signal is in the chain and is also enabled.
isEnabled(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
Returns true if e is in the chain and is enabled.
isHat() - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns true if a beat corresponding to the frequency range of a hi hat has been detected.
isInterpolating() - Method in class ddf.minim.ugens.TickRate
Returns whether or not this TickRate currently has interpolation on.
isKick() - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns true if a beat corresponding to the frequency range of a kick drum has been detected.
isLooping() - Method in class ddf.minim.AudioPlayer
Returns true if the AudioPlayer is currently playing and has more than one loop left to play.
isLooping() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
isLooping() - Method in interface ddf.minim.Playable
Returns true if this is currently playing and has more than one loop left to play.
isLooping() - Method in class ddf.minim.ugens.FilePlayer
Returns true if this is currently playing and has more than one loop left to play.
isMonitoring() - Method in class ddf.minim.AudioInput
Returns whether or not this AudioInput is monitoring.
isMuted() - Method in class ddf.minim.Controller
Returns true if the sound is muted.
isOnset() - Method in class ddf.minim.analysis.BeatDetect
In sound energy mode this returns true when a beat has been detected.
isOnset(int) - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns true when a beat has been detect in the ith frequency band.
isPatched() - Method in class ddf.minim.UGen.UGenInput
Returns true if a UGen is patched to this UGenInput.
isPlaying() - Method in class ddf.minim.AudioPlayer
Indicates if the AudioPlayer is currently playing.
isPlaying() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
isPlaying() - Method in interface ddf.minim.Playable
Returns true if this currently playing.
isPlaying() - Method in class ddf.minim.ugens.FilePlayer
Returns true if this currently playing.
isRange(int, int, int) - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns true if at least threshold bands of the bands included in the range [low, high] have registered a beat.
isRecording() - Method in class ddf.minim.AudioRecorder
Returns the current record state.
isSnare() - Method in class ddf.minim.analysis.BeatDetect
In frequency energy mode this returns true if a beat corresponding to the frequency range of a snare drum has been detected.
isSounding() - Method in class ddf.minim.AudioOutput
Deprecated. 
isSounding() - Method in interface ddf.minim.Polyphonic
Returns true if at least one signal in the chain is enabled.

L

LANCZOS - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Lanczos window should be used on sample buffers.
LanczosWindow - Class in ddf.minim.analysis
A Lanczos window function.
LanczosWindow() - Constructor for class ddf.minim.analysis.LanczosWindow
Constructs a Lanczos window.
LEFT - Static variable in class ddf.minim.AudioSample
int used to request the left channel of audio from the getChannel method.
left - Variable in class ddf.minim.AudioSource
The AudioBuffer containing the left channel samples.
length - Variable in class ddf.minim.analysis.WindowFunction
 
length() - Method in class ddf.minim.AudioMetaData
The length of the recording in milliseconds.
length() - Method in class ddf.minim.AudioPlayer
Returns the length of the sound in milliseconds.
length() - Method in class ddf.minim.AudioSample
Gets the length in milliseconds of this AudioSample.
length() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
length() - Method in interface ddf.minim.Playable
Returns the length of the sound in milliseconds.
length() - Method in class ddf.minim.ugens.FilePlayer
Returns the length of the sound in milliseconds.
level() - Method in interface ddf.minim.AudioBuffer
Gets the current level of the buffer.
linAverages(int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum and spaces the averages in a linear manner.
LINAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
Line - Class in ddf.minim.ugens
A UGen that starts at a value and changes linearly to another value over a specified time.
Line() - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at 1 and transitions to 0 over 1 second.
Line(float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at 1 and transitions to 0 over dT seconds.
Line(float, float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at beginningAmplitude and transitions to 0 over dT seconds.
Line(float, float, float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at beginningAmplitude and transitions to endAmplitude over dT seconds.
LiveInput - Class in ddf.minim.ugens
LiveInput is a way to wrap an input stream with the UGen interface so that you can easily route incoming audio through a UGen graph.
LiveInput(AudioStream) - Constructor for class ddf.minim.ugens.LiveInput
Constructs a LiveInput that will read from inputStream.
loadFile(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer.
loadFile(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer with the request buffer size.
loadFileIntoBuffer(String, MultiChannelBuffer) - Method in class ddf.minim.Minim
Loads the requested file into a MultiChannelBuffer.
loadFileStream(String, int, boolean) - Method in class ddf.minim.Minim
Loads the file into an AudioRecordingStream, which allows you to stream audio data from the file yourself.
loadFileStream(String) - Method in class ddf.minim.Minim
Load the file into an AudioRecordingStream with a buffer size of 1024 samples.
loadSample(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSample(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSnippet(String) - Method in class ddf.minim.Minim
Deprecated.
logAverages(int, int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum based on the minimum bandwidth for an octave and the number of bands per octave.
LOGAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
loop(int) - Method in class ddf.minim.AudioPlayer
Set the AudioPlayer to loop some number of times.
loop() - Method in class ddf.minim.AudioPlayer
Sets the AudioPlayer to loop indefinitely.
loop() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
loop(int) - Method in class ddf.minim.AudioSnippet
Deprecated.
 
loop() - Method in interface ddf.minim.Playable
Sets looping to continuous.
loop(int) - Method in interface ddf.minim.Playable
Sets this to loop num times.
loop() - Method in class ddf.minim.ugens.FilePlayer
Sets looping to continuous.
loop(int) - Method in class ddf.minim.ugens.FilePlayer
Sets this to loop loopCount times.
LOOP_CONTINUOUSLY - Static variable in class ddf.minim.Minim
 
loopCount() - Method in class ddf.minim.AudioPlayer
Returns the number of loops left to do.
loopCount() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
loopCount() - Method in interface ddf.minim.Playable
Returns the number of loops left to do.
loopCount() - Method in class ddf.minim.ugens.FilePlayer
Returns the number of loops left to do.
looping - Variable in class ddf.minim.ugens.Sampler
Whether triggered voices should loop or not.
lyrics() - Method in class ddf.minim.AudioMetaData
The lyrics for the recording, if any.

M

mapAmplitude - Variable in class ddf.minim.ugens.WaveShaper
The mapping amplitude of the input signal
Midi2Hz - Class in ddf.minim.ugens
Midi2Hz is a UGen that will convert a MIDI note number to a frequency in Hertz.
Midi2Hz() - Constructor for class ddf.minim.ugens.Midi2Hz
Construct a Midi2Hz that generates a fixed value from MIDI note 0.
Midi2Hz(float) - Constructor for class ddf.minim.ugens.Midi2Hz
Construct a Midi2Hz that generates a fixed value from fixedMidiNoteIn.
midiNoteIn - Variable in class ddf.minim.ugens.Midi2Hz
Patch something to this input that generates MIDI note numbers (values in the range [0,127])
Minim - Class in ddf.minim
The Minim class is the starting point for most everything you will do with this library.
Minim(Object) - Constructor for class ddf.minim.Minim
Creates an instance of Minim.
Minim(MinimServiceProvider) - Constructor for class ddf.minim.Minim
 
mix - Variable in class ddf.minim.AudioSource
The AudioBuffer containing the mix of the left and right channels.
modulator - Variable in class ddf.minim.ugens.Vocoder
The signal that will be used to transform the audio input.
MONO - Static variable in class ddf.minim.Minim
Specifies that you want a MONO AudioInput or AudioOutput
MoogFilter - Class in ddf.minim.ugens
MoogFilter is a digital model of a Moog 24 dB/octave resonant VCF.
MoogFilter(float, float) - Constructor for class ddf.minim.ugens.MoogFilter
Creates a low pass filter.
MoogFilter(float, float, MoogFilter.Type) - Constructor for class ddf.minim.ugens.MoogFilter
Creates a filter of the type specified.
MoogFilter.Type - Enum in ddf.minim.ugens
The MoogFilter.Type enumeration is used to set the filter mode of a MoogFilter.
MultiChannelBuffer - Class in ddf.minim
MultiChannelBuffer represents a chunk of multichannel (or mono) audio data.
MultiChannelBuffer(int, int) - Constructor for class ddf.minim.MultiChannelBuffer
Construct a MultiChannelBuffer, providing a size and number of channels.
Multiplier - Class in ddf.minim.ugens
Multiplier is a UGen that will simply multiply the incoming signal by whatever its amplitude input is currently generating, which could be constant if nothing is patched to it.
Multiplier() - Constructor for class ddf.minim.ugens.Multiplier
Construct a Multiplier with a fixed value of 1, which will mean incoming audio is not changed.
Multiplier(float) - Constructor for class ddf.minim.ugens.Multiplier
Construct a Multiplier with a fixed value.
MUTE - Static variable in class ddf.minim.Controller
Deprecated.
mute() - Method in class ddf.minim.Controller
Mutes the sound.

N

noAverages() - Method in class ddf.minim.analysis.FourierTransform
Sets the object to not compute averages.
NOAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
noEffects() - Method in class ddf.minim.AudioSource
Deprecated. 
noEffects() - Method in interface ddf.minim.Effectable
Disables all effects currently attached to this.
Noise - Class in ddf.minim.ugens
A UGen that can generate White, Pink, or Red/Brown noise.
Noise() - Constructor for class ddf.minim.ugens.Noise
Constructor for white noise.
Noise(float) - Constructor for class ddf.minim.ugens.Noise
Constructor for white noise of the specified amplitude.
Noise(Noise.Tint) - Constructor for class ddf.minim.ugens.Noise
Constructor for noise of the specified tint with an amplitude of 1.0.
Noise(float, Noise.Tint) - Constructor for class ddf.minim.ugens.Noise
Constructor for noise of a specific tint with a specified amplitude.
Noise(float, float, Noise.Tint) - Constructor for class ddf.minim.ugens.Noise
Constructor for noise of a specific tint with a specified amplitude and offset.
Noise.Tint - Enum in ddf.minim.ugens
An enumeration used to specify the tint of a Noise UGen.
NONE - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating no window should be used on sample buffers.
normalize() - Method in class ddf.minim.ugens.Wavetable
Normalizes the Wavetable by finding the largest amplitude in the table and scaling the table by the inverse of that amount.
noSound() - Method in class ddf.minim.AudioOutput
Deprecated. 
noSound() - Method in interface ddf.minim.Polyphonic
Disables all signals currently attached to this.
NoteManager - Class in ddf.minim
 
NoteManager(float) - Constructor for class ddf.minim.NoteManager
 
noteOff() - Method in class ddf.minim.ugens.ADSR
Specifies that the ADSR envelope should start the release time.
noteOff() - Method in class ddf.minim.ugens.DefaultInstrument
Turn off the default instrument.
noteOff() - Method in interface ddf.minim.ugens.Instrument
Stop playing a note.
noteOn() - Method in class ddf.minim.ugens.ADSR
Specifies that the ADSR envelope should begin.
noteOn(float) - Method in class ddf.minim.ugens.DefaultInstrument
Turn on the default instrument.
noteOn(float) - Method in interface ddf.minim.ugens.Instrument
Start playing a note.

O

octaves - Variable in class ddf.minim.analysis.FourierTransform
 
offset - Variable in class ddf.minim.ugens.Noise
Patch to this to offset the value of the noise by a fixed value.
offset - Variable in class ddf.minim.ugens.Oscil
Patch to this to control the DC offset of the Oscil with another UGen.
offset(float) - Method in class ddf.minim.ugens.Wavetable
Apply a DC offset to this Wavetable.
ofHertz(float) - Static method in class ddf.minim.ugens.Frequency
Construct a Frequency that represents the provided Hertz.
ofMidiNote(float) - Static method in class ddf.minim.ugens.Frequency
Construct a Frequency from a MIDI note value.
ofPitch(String) - Static method in class ddf.minim.ugens.Frequency
Construct a Frequency from a pitch name, such as A4 or Bb2.
orchestra() - Method in class ddf.minim.AudioMetaData
The orchestra that performed the recording.
Oscil - Class in ddf.minim.ugens
An Oscil is a UGen that generates audio by oscillating over a Waveform at a particular frequency.
Oscil(float, float, Waveform) - Constructor for class ddf.minim.ugens.Oscil
Constructs an Oscil UGen, given frequency in Hz, amplitude, and a waveform
Oscil(float, float) - Constructor for class ddf.minim.ugens.Oscil
Constructs an Oscil UGen given frequency in Hz and amplitude.
Oscil(Frequency, float) - Constructor for class ddf.minim.ugens.Oscil
Constructs an Oscil UGen given a Frequency and amplitude.
Oscil(Frequency, float, Waveform) - Constructor for class ddf.minim.ugens.Oscil
Constructs an Oscil UGen given a Frequency, amplitude, and a waveform
outAmplitude - Variable in class ddf.minim.ugens.WaveShaper
The output amplitude

P

PAN - Static variable in class ddf.minim.Controller
Deprecated.
pan() - Method in class ddf.minim.Controller
Deprecated.
Pan - Class in ddf.minim.ugens
A UGen for panning a mono signal in a stereo field.
Pan(float) - Constructor for class ddf.minim.ugens.Pan
Construct a Pan UGen with a specific starting pan value.
pan - Variable in class ddf.minim.ugens.Pan
UGens patched to this input should generate values between -1 and +1.
patch(UGen) - Method in class ddf.minim.UGen
Send the output of this UGen to another UGen, UGenInput, or AudioOutput.
patch(UGen.UGenInput) - Method in class ddf.minim.UGen
Connect the output of this UGen to a specific UGenInput of a UGen.
patch(AudioOutput) - Method in class ddf.minim.UGen
Patch the output of this UGen to the provided AudioOuput.
pause() - Method in class ddf.minim.AudioPlayer
Pauses playback.
pause() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
pause() - Method in class ddf.minim.NoteManager
 
pause() - Method in interface ddf.minim.Playable
Pauses playback.
pause() - Method in class ddf.minim.ugens.FilePlayer
Pauses playback.
pauseNotes() - Method in class ddf.minim.AudioOutput
An AudioOutput processes its note queue in its own Thread, so if you are going to queue up a lot of notes at once you will want to use the pauseNotes method before queuing them.
phase - Variable in class ddf.minim.ugens.Oscil
Patch to this to control the phase of the oscillator with another UGen.
PHASOR - Static variable in class ddf.minim.ugens.Waves
A perfect phasor wave going from 0 to 1.
play() - Method in class ddf.minim.AudioPlayer
Starts playback from the current position.
play(int) - Method in class ddf.minim.AudioPlayer
Starts playback some number of milliseconds into the file.
play() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
play(int) - Method in class ddf.minim.AudioSnippet
Deprecated.
 
play() - Method in interface ddf.minim.Playable
Starts playback from the current position.
play(int) - Method in interface ddf.minim.Playable
Starts playback millis from the beginning.
play() - Method in class ddf.minim.ugens.FilePlayer
Starts playback from the current position.
play(int) - Method in class ddf.minim.ugens.FilePlayer
Starts playback millis from the beginning.
Playable - Interface in ddf.minim
Playable defines functionality that you would expect from a tapedeck or CD player.
playNote(float, float, Instrument) - Method in class ddf.minim.AudioOutput
playNote is a method of scheduling a "note" to be played at some time in the future (or immediately), where a "note" is an instance of a class that implements the Instrument interface.
playNote(float, float, float) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument.
playNote(float, float, String) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument.
playNote(float, float) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument and has a duration of 1 beat.
playNote(float, String) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument and has a duration of 1 beat.
playNote(float) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument, has a duration of 1 beat, and is played immediately.
playNote(String) - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument, has a duration of 1 beat, and is played immediately.
playNote() - Method in class ddf.minim.AudioOutput
Schedule a "note" to played by the output that uses the default Instrument, has a duration of 1 beat, is played immediately, and has a pitch of "A4".
Polyphonic - Interface in ddf.minim
Polyphonic describes an object that can have multiple AudioSignals attached to it.
position() - Method in class ddf.minim.AudioPlayer
Returns the current position of the "playhead" in milliseconds (ie how much of the sound has already been played).
position() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
position() - Method in interface ddf.minim.Playable
Returns the current position of the "playhead" (ie how much of the sound has already been played)
position() - Method in class ddf.minim.ugens.FilePlayer
Returns the current position of the "playhead" (ie how much of the sound has already been played)
printControls() - Method in class ddf.minim.Controller
 
printInput() - Method in class ddf.minim.UGen.UGenInput
Print information about this UGenInput (for debugging)
printInputs() - Method in class ddf.minim.UGen
Prints all inputs connected to this UGen (for debugging)
process(float[]) - Method in interface ddf.minim.AudioEffect
Deprecated.
Processes signal in some way.
process(float[], float[]) - Method in interface ddf.minim.AudioEffect
Deprecated.
Processes sigLeft and sigRight in some way.
process(float[]) - Method in class ddf.minim.EffectsChain
Deprecated.
Sends samp to each effect in the chain, in order.
process(float[], float[]) - Method in class ddf.minim.EffectsChain
Deprecated.
Sends sampL and sampR to each effect in the chain, in order.
processSampleFrame(float[], float[]) - Method in class ddf.minim.ugens.Sink
 
processSampleFrame(float[], float[]) - Method in class ddf.minim.ugens.Summer
 
publisher() - Method in class ddf.minim.AudioMetaData
The publisher of the recording.
pulse(float) - Static method in class ddf.minim.ugens.Waves
Constructs a perfect square wave with the specified duty cycle.

Q

QUARTERPULSE - Static variable in class ddf.minim.ugens.Waves
A perfect square wave with a 25% duty cycle.

R

randomNHarms(int) - Static method in class ddf.minim.ugens.Waves
Constructs a waveform by summing together the first numberOfHarmonics in the harmonic series with randomly chosen amplitudes.
randomNOddHarms(int) - Static method in class ddf.minim.ugens.Waves
Constructs a waveform by summing together the first odd numberOfHarmonics in the harmonic series (1, 3, 5, etc) with randomly chosen amplitudes.
randomNoise() - Static method in class ddf.minim.ugens.Waves
Constructs a Wavetable of randomly generated noise.
rate - Variable in class ddf.minim.ugens.Flanger
The frequency of the LFO applied to the delay.
rate - Variable in class ddf.minim.ugens.Sampler
The playback rate used when triggering this Sampler.
real - Variable in class ddf.minim.analysis.FourierTransform
 
Reciprocal - Class in ddf.minim.ugens
A UGen which simply returns the reciprocal value of it's input.
Reciprocal() - Constructor for class ddf.minim.ugens.Reciprocal
Constructs a Reciprocal with a denominator of 1.
Reciprocal(float) - Constructor for class ddf.minim.ugens.Reciprocal
Constructs a Reciprocal with the given denominator value.
Recordable - Interface in ddf.minim
 
RectangularWindow - Class in ddf.minim.analysis
A Rectangular window function A Rectangular window is equivalent to using no window at all.
RectangularWindow() - Constructor for class ddf.minim.analysis.RectangularWindow
Constructs a Rectangular window.
rectify() - Method in class ddf.minim.ugens.Wavetable
Inverts all values in the table that are less than zero.
remove(AudioEffect) - Method in class ddf.minim.EffectsChain
Deprecated.
Removes e from the chain.
remove(int) - Method in class ddf.minim.EffectsChain
Deprecated.
Removes and returns the ith effect from the chain.
remove(AudioSignal) - Method in class ddf.minim.SignalChain
Deprecated.
Removes signal from the chain.
remove(int) - Method in class ddf.minim.SignalChain
Deprecated.
Removes and returns the ith signal from the chain.
removeEffect(AudioEffect) - Method in class ddf.minim.AudioSource
Deprecated. 
removeEffect(int) - Method in class ddf.minim.AudioSource
Deprecated. 
removeEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Removes effect from the effects chain.
removeEffect(int) - Method in interface ddf.minim.Effectable
Removes and returns the ith effect in the effect chain.
removeInput(UGen) - Method in class ddf.minim.UGen
When a UGen is unpatched from this UGen, removeInput is called.
removeInput(UGen) - Method in class ddf.minim.ugens.Bypass
 
removeInput(UGen) - Method in class ddf.minim.ugens.Pan
 
removeInput(UGen) - Method in class ddf.minim.ugens.Summer
 
removeInput(UGen) - Method in class ddf.minim.ugens.TickRate
 
removeListener(AudioListener) - Method in class ddf.minim.AudioSource
Removes an AudioListener that was previously added to this sound object.
removeListener(AudioListener) - Method in interface ddf.minim.Recordable
Removes the listener from the list of listeners.
removeListener(AudioListener) - Method in class ddf.minim.SignalSplitter
 
removeSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
Deprecated. 
removeSignal(int) - Method in class ddf.minim.AudioOutput
Deprecated. 
removeSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
Removes signal from the signals chain.
removeSignal(int) - Method in interface ddf.minim.Polyphonic
Removes and returns the ith signal in the signal chain.
reset() - Method in class ddf.minim.ugens.GranulateSteady
Sets the state of this granulate to the very start of a grain.
reset() - Method in class ddf.minim.ugens.Oscil
Resets the time-step used by the Oscil to be equal to the current phase input value.
resonance - Variable in class ddf.minim.ugens.MoogFilter
The resonance of the filter, expressed as a normalized value [0,1].
resume() - Method in class ddf.minim.NoteManager
 
resumeNotes() - Method in class ddf.minim.AudioOutput
Resume note processing.
rewind() - Method in class ddf.minim.AudioPlayer
Rewinds to the beginning.
rewind() - Method in class ddf.minim.AudioSnippet
Deprecated.
 
rewind() - Method in interface ddf.minim.Playable
Rewinds to the beginning.
rewind() - Method in class ddf.minim.ugens.FilePlayer
Rewinds to the beginning.
RIGHT - Static variable in class ddf.minim.AudioSample
int used to request the right channel of audio from the getChannel method.
right - Variable in class ddf.minim.AudioSource
The AudioBuffer containing the right channel samples.

S

SAMPLE_RATE - Static variable in class ddf.minim.Controller
Deprecated.
sampleFrameCount() - Method in class ddf.minim.AudioMetaData
How many sample frames are in this recording.
Sampler - Class in ddf.minim.ugens
Sampler is the UGen version of AudioSample and is the preferred method of triggering short audio files.
Sampler(String, int, Minim) - Constructor for class ddf.minim.ugens.Sampler
Create a new Sampler for triggering the provided file.
Sampler(MultiChannelBuffer, float, int) - Constructor for class ddf.minim.ugens.Sampler
Create a Sampler that will use the audio in the provided MultiChannelBuffer for its sample.
sampleRate - Variable in class ddf.minim.analysis.FourierTransform
 
sampleRate() - Method in class ddf.minim.AudioSource
Returns the sample rate of this sound object.
sampleRate() - Method in interface ddf.minim.Recordable
Returns the sample rate of the audio.
sampleRate() - Method in class ddf.minim.SignalSplitter
 
sampleRate() - Method in class ddf.minim.UGen
Returns the sample rate of this UGen.
sampleRateChanged() - Method in class ddf.minim.UGen
Override this method in your derived class to receive a notification when the sample rate of your UGen has changed.
sampleRateChanged() - Method in class ddf.minim.ugens.ADSR
Use this method to notify the ADSR that the sample rate has changed.
sampleRateChanged() - Method in class ddf.minim.ugens.Bypass
 
sampleRateChanged() - Method in class ddf.minim.ugens.Damp
 
sampleRateChanged() - Method in class ddf.minim.ugens.Delay
 
sampleRateChanged() - Method in class ddf.minim.ugens.EnvelopeFollower
 
sampleRateChanged() - Method in class ddf.minim.ugens.Flanger
 
sampleRateChanged() - Method in class ddf.minim.ugens.GranulateRandom
Use this method to notify GranulateRandom that the sample rate has changed.
sampleRateChanged() - Method in class ddf.minim.ugens.GranulateSteady
Use this method to notify GranulateSteady that the sample rate has changed.
sampleRateChanged() - Method in class ddf.minim.ugens.Line
Change the timeStepSize when sampleRate changes.
sampleRateChanged() - Method in class ddf.minim.ugens.Noise
 
sampleRateChanged() - Method in class ddf.minim.ugens.Oscil
This routine will be called any time the sample rate changes.
sampleRateChanged() - Method in class ddf.minim.ugens.Pan
 
sampleRateChanged() - Method in class ddf.minim.ugens.Sampler
 
sampleRateChanged() - Method in class ddf.minim.ugens.Summer
 
sampleRateChanged() - Method in class ddf.minim.ugens.TickRate
 
sampleRateChanged() - Method in class ddf.minim.ugens.Vocoder
 
samples(float[]) - Method in interface ddf.minim.AudioListener
Called by the audio object this AudioListener is attached to when that object has new samples.
samples(float[], float[]) - Method in interface ddf.minim.AudioListener
Called by the Recordable object this is attached to when that object has new samples.
samples(float[]) - Method in class ddf.minim.SignalSplitter
 
samples(float[], float[]) - Method in class ddf.minim.SignalSplitter
 
save() - Method in class ddf.minim.AudioRecorder
Requests that the recorder saves.
SAW - Static variable in class ddf.minim.ugens.Waves
A perfect sawtooth wave.
saw(float) - Static method in class ddf.minim.ugens.Waves
Constructs a perfect sawtooth wave with the specified duty cycle.
sawh(int) - Static method in class ddf.minim.ugens.Waves
Builds an approximation of a perfect sawtooth wave by summing together harmonically related sine waves.
scale(float) - Method in class ddf.minim.ugens.Wavetable
Multiplies each value of the underlying waveform by scale.
scaleBand(int, float) - Method in class ddf.minim.analysis.DFT
Not currently implemented.
scaleBand(int, float) - Method in class ddf.minim.analysis.FFT
 
scaleBand(int, float) - Method in class ddf.minim.analysis.FourierTransform
Scales the amplitude of the ith frequency band by s.
scaleFreq(float, float) - Method in class ddf.minim.analysis.FourierTransform
Scales the amplitude of the requested frequency by a.
set(MultiChannelBuffer) - Method in class ddf.minim.MultiChannelBuffer
Copy the data in the provided MultiChannelBuffer to this MultiChannelBuffer.
set(int, float) - Method in class ddf.minim.ugens.Wavetable
Sets the ith entry of the underlying waveform to value.
setAllParameters(float, float, float, float, float, float, float, float) - Method in class ddf.minim.ugens.GranulateRandom
Immediately sets all public class members to new values.
setAllParameters(float, float, float, float, float) - Method in class ddf.minim.ugens.GranulateSteady
Immediately sets all public class members to new values.
setAllTimeParameters(float, float, float, float, float, float) - Method in class ddf.minim.ugens.GranulateRandom
Immediately sets all public class members concerning time to new values.
setAllTimeParameters(float, float, float) - Method in class ddf.minim.ugens.GranulateSteady
Immediately sets all public class members concerning time to new values.
setAmplitude(float) - Method in class ddf.minim.ugens.Oscil
Sets the amplitude of this Oscil.
setAsHz(float) - Method in class ddf.minim.ugens.Frequency
Set this Frequency to be equal to the provided Hertz value.
setAttackTime(float) - Method in class ddf.minim.ugens.Damp
Permits the setting of the attackTime parameter.
setBalance(float) - Method in class ddf.minim.Controller
Sets the balance.
setBalance(float) - Method in class ddf.minim.ugens.Balance
Set the balance setting to balanceVal.
setBand(int, float) - Method in class ddf.minim.analysis.DFT
Not currently implemented.
setBand(int, float) - Method in class ddf.minim.analysis.FFT
 
setBand(int, float) - Method in class ddf.minim.analysis.FourierTransform
Sets the amplitude of the ith frequency band to a.
setBitRes(float) - Method in class ddf.minim.ugens.BitCrush
Set the bit resolution directly.
setBufferSize(int) - Method in class ddf.minim.MultiChannelBuffer
Set the length of this buffer in sample frames.
setChannel(int, float[]) - Method in class ddf.minim.MultiChannelBuffer
Sets all of the values in a particular channel using the values of the provided float array.
setChannelCount(int) - Method in class ddf.minim.MultiChannelBuffer
Set the number of channels this buffer contains.
setChannelCount(int) - Method in class ddf.minim.UGen
Let this UGen know how many channels of audio you will be asking it for.
setChannelCount(int) - Method in class ddf.minim.UGen.UGenInput
Set the number of channels this input should generate.
setChannelCount(int) - Method in class ddf.minim.ugens.Bypass
 
setChannelCount(int) - Method in class ddf.minim.ugens.Pan
Pan overrides setChannelCount to ensure that it can never be set to output more or fewer than 2 channels.
setComplex(float[], float[]) - Method in class ddf.minim.analysis.FourierTransform
 
setConstant(float) - Method in class ddf.minim.ugens.Constant
Sets the value of the Constant during execution.
setDampTime(float) - Method in class ddf.minim.ugens.Damp
Permits the setting of the attackTime parameter.
setDampTimeFromDuration(float) - Method in class ddf.minim.ugens.Damp
Set the attack time and damp time parameters based on a duration.
setDelAmp(float) - Method in class ddf.minim.ugens.Delay
Changes the feedback amplification of the echos.
setDelTime(float) - Method in class ddf.minim.ugens.Delay
Changes the time in between the echos to the value specified.
setDurationFactor(float) - Method in class ddf.minim.AudioOutput
The duration factor of an AudioOutput defines how durations passed to playNote calls are scaled before being queued.
setDurationFactor(float) - Method in class ddf.minim.NoteManager
 
setEndAmp(float) - Method in class ddf.minim.ugens.Line
Set the ending value of the Line's transition.
setFreq(float, float) - Method in class ddf.minim.analysis.FourierTransform
Sets the amplitude of the requested frequency in the spectrum to a.
setFrequency(float) - Method in class ddf.minim.ugens.Oscil
Sets the frequency of this Oscil.
setFrequency(Frequency) - Method in class ddf.minim.ugens.Oscil
Sets the frequency of this Oscil.
setGain(float) - Method in class ddf.minim.Controller
Sets the gain.
setIncomingUGen(UGen) - Method in class ddf.minim.UGen.UGenInput
This method is called when a UGen is patched to this input.
setInputMixer(Mixer) - Method in class ddf.minim.Minim
Deprecated.
setInterpolation(boolean) - Method in class ddf.minim.ugens.TickRate
Enabled or disable sample interpolation.
setLastValue(float) - Method in class ddf.minim.UGen.UGenInput
Sets all values in the last values array to the provided value.
setLineTime(float) - Method in class ddf.minim.ugens.Line
Set the length of this Line's transition.
setLoopPoints(int, int) - Method in class ddf.minim.AudioPlayer
Sets the loop points used when looping.
setLoopPoints(int, int) - Method in class ddf.minim.AudioSnippet
Deprecated.
 
setLoopPoints(int, int) - Method in interface ddf.minim.Playable
Sets the loop points used when looping.
setLoopPoints(int, int) - Method in class ddf.minim.ugens.FilePlayer
Sets the loop points used when looping.
setMidiNoteIn(float) - Method in class ddf.minim.ugens.Midi2Hz
Set the fixed value this will use if midiNoteIn is not patched.
setNoteOffset(float) - Method in class ddf.minim.AudioOutput
When writing out musical scores in code, it is often nice to think about music in sections, where all of the playNote calls have start times relative to the beginning of the section.
setNoteOffset(float) - Method in class ddf.minim.NoteManager
 
setOutputMixer(Mixer) - Method in class ddf.minim.Minim
Deprecated.
setPan(float) - Method in class ddf.minim.Controller
Sets the pan.
setPan(float) - Method in class ddf.minim.ugens.Pan
Set the pan value of this Pan.
setParameters(float, float, float, float, float, float, float) - Method in class ddf.minim.ugens.ADSR
Permits the changing of the ADSR parameters.
setPhase(float) - Method in class ddf.minim.ugens.Oscil
Set the amount that the phase will be offset by.
setReciprocal(float) - Method in class ddf.minim.ugens.Reciprocal
Used to change the fixedDenominator value after instantiation
setRecordSource(Recordable) - Method in class ddf.minim.AudioRecorder
Sets the record source for this recorder.
setSample(int, int, float) - Method in class ddf.minim.MultiChannelBuffer
Sets the value of a sample in the given channel at the given offset from the beginning of the buffer.
setSample(MultiChannelBuffer, float) - Method in class ddf.minim.ugens.Sampler
Sets the sample data used by this Sampler by copying the contents of the provided MultiChannelBuffer into the internal buffer.
setSampleRate(float) - Method in class ddf.minim.UGen
Set the sample rate for this UGen.
setSampleRecorder(SampleRecorder) - Method in class ddf.minim.AudioRecorder
 
setSensitivity(int) - Method in class ddf.minim.analysis.BeatDetect
Sets the sensitivity of the algorithm.
setTempo(float) - Method in class ddf.minim.AudioOutput
The tempo of an AudioOutput controls how it will interpret the start time and duration arguments of playNote methods.
setTempo(float) - Method in class ddf.minim.NoteManager
 
setTint(Noise.Tint) - Method in class ddf.minim.ugens.Noise
Set the Noise.Tint to use.
setUGen(UGen) - Method in class ddf.minim.UGenSignal
Deprecated.
Sets the UGen that this UGenSignal wraps.
setValue(float) - Method in class ddf.minim.ugens.Gain
Set the value of this Gain to a given dB value.
setValue(float) - Method in class ddf.minim.ugens.Multiplier
Set the amplitude of this Multiplier.
setVolume(float) - Method in class ddf.minim.Controller
Sets the volume.
setWaveform(Waveform) - Method in class ddf.minim.ugens.Oscil
Changes the Waveform used by this Oscil.
setWaveform(float[]) - Method in class ddf.minim.ugens.Wavetable
Sets this Wavetable's waveform to the one provided.
shiftBalance(float, float, int) - Method in class ddf.minim.Controller
Transitions the balance from one value to another.
shiftGain(float, float, int) - Method in class ddf.minim.Controller
Transitions the gain from one value to another.
shiftPan(float, float, int) - Method in class ddf.minim.Controller
Transitions the pan from one value to another.
shiftVolume(float, float, int) - Method in class ddf.minim.Controller
Transitions the volume from one value to another.
SignalChain - Class in ddf.minim
Deprecated.
SignalChain() - Constructor for class ddf.minim.SignalChain
Deprecated.
Constructs an empty SignalChain.
signalCount() - Method in class ddf.minim.AudioOutput
Deprecated. 
signalCount() - Method in interface ddf.minim.Polyphonic
Returns the number of signals in the chain.
SignalSplitter - Class in ddf.minim
A SignalSplitter acts exactly like a headphone splitter.
SignalSplitter(AudioFormat, int) - Constructor for class ddf.minim.SignalSplitter
Construct a SignalSplitter that will receive audio in the given format and in buffers the size of bufferSize.
SINE - Static variable in class ddf.minim.ugens.Waves
A pure sine wave.
Sink - Class in ddf.minim.ugens
A Sink is similar to a Summer, but instead of summing all of the UGens patched to it, it simply ticks them and only generates silence.
Sink() - Constructor for class ddf.minim.ugens.Sink
 
size() - Method in interface ddf.minim.AudioBuffer
Returns the length of the buffer.
size() - Method in class ddf.minim.EffectsChain
Deprecated.
Returns the number of effects in the chain.
size() - Method in class ddf.minim.SignalChain
Deprecated.
Returns the number of signals in the chain.
size() - Method in class ddf.minim.ugens.Wavetable
Returns the length of the underlying waveform.
skip(int) - Method in class ddf.minim.AudioPlayer
Skips millis milliseconds from the current position.
skip(int) - Method in class ddf.minim.AudioSnippet
Deprecated.
 
skip(int) - Method in interface ddf.minim.Playable
Skips millis from the current position.
skip(int) - Method in class ddf.minim.ugens.FilePlayer
Skips millis from the current position.
smooth(int) - Method in class ddf.minim.ugens.Wavetable
Smooth out the values in the table by using a moving average window.
SND - Static variable in class ddf.minim.Minim
The .snd file format.
sound() - Method in class ddf.minim.AudioOutput
Deprecated. 
sound() - Method in interface ddf.minim.Polyphonic
Enables all signals currently attached to this.
SOUND_ENERGY - Static variable in class ddf.minim.analysis.BeatDetect
Constant used to request sound energy tracking mode.
spaceLen - Variable in class ddf.minim.ugens.GranulateSteady
Controls the space between each grain.
spaceLenMax - Variable in class ddf.minim.ugens.GranulateRandom
Controls the maximum space between each grain.
spaceLenMin - Variable in class ddf.minim.ugens.GranulateRandom
Controls the minimum space between each grain.
specSize() - Method in class ddf.minim.analysis.FourierTransform
Returns the size of the spectrum created by this transform.
spectrum - Variable in class ddf.minim.analysis.FourierTransform
 
SQUARE - Static variable in class ddf.minim.ugens.Waves
A perfect square wave with a 50% duty cycle.
square(float) - Static method in class ddf.minim.ugens.Waves
Constructs a perfect square wave with the specified duty cycle.
squareh(int) - Static method in class ddf.minim.ugens.Waves
Builds an approximation of a perfect square wave by summing together harmonically related sine waves.
STEREO - Static variable in class ddf.minim.Minim
Specifies that you want a STEREO AudioInput or AudioOutput
stop() - Method in class ddf.minim.AudioSample
Stops all sound being produced by this AudioSample.
stop() - Method in class ddf.minim.Minim
Stops Minim and releases all audio resources.
stop() - Method in class ddf.minim.ugens.Sampler
Stop all active voices.
Summer - Class in ddf.minim.ugens
A Summer allows you to sum the outputs of multiple UGens to be sent further down the chain.
Summer() - Constructor for class ddf.minim.ugens.Summer
Constructs a Summer that you can patch multiple UGens to.

T

tick() - Method in class ddf.minim.NoteManager
 
tick(float[]) - Method in class ddf.minim.UGen
Generates one sample frame for this UGen.
TickRate - Class in ddf.minim.ugens
The TickRate UGen can be used to control the generation rate of the UGen that is patched to it.
TickRate() - Constructor for class ddf.minim.ugens.TickRate
Constructs a TickRate.
TickRate(float) - Constructor for class ddf.minim.ugens.TickRate
Constructs a TickRate.
timeSize - Variable in class ddf.minim.analysis.FourierTransform
 
timeSize() - Method in class ddf.minim.analysis.FourierTransform
Returns the length of the time domain signal expected by this transform.
title() - Method in class ddf.minim.AudioMetaData
The title of the recording.
toArray() - Method in interface ddf.minim.AudioBuffer
Returns the samples in the buffer in a new float array.
toString() - Method in class ddf.minim.analysis.BartlettHannWindow
 
toString() - Method in class ddf.minim.analysis.BartlettWindow
 
toString() - Method in class ddf.minim.analysis.BlackmanWindow
 
toString() - Method in class ddf.minim.analysis.CosineWindow
 
toString() - Method in class ddf.minim.analysis.GaussWindow
 
toString() - Method in class ddf.minim.analysis.HammingWindow
 
toString() - Method in class ddf.minim.analysis.HannWindow
 
toString() - Method in class ddf.minim.analysis.LanczosWindow
 
toString() - Method in class ddf.minim.analysis.RectangularWindow
 
toString() - Method in class ddf.minim.analysis.TriangularWindow
 
track() - Method in class ddf.minim.AudioMetaData
The track number of the recording.
TRIANGLE - Static variable in class ddf.minim.ugens.Waves
A perfect triangle wave.
triangle(float) - Static method in class ddf.minim.ugens.Waves
Constructs a perfect triangle wave with the specified duty cycle.
triangleh(int) - Static method in class ddf.minim.ugens.Waves
Builds an approximation of a perfect triangle wave by summing together harmonically related sine waves.
TRIANGULAR - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Triangular window should be used on sample buffers.
TriangularWindow - Class in ddf.minim.analysis
A Triangular window function.
TriangularWindow() - Constructor for class ddf.minim.analysis.TriangularWindow
Constructs a Triangular window.
trigger() - Method in class ddf.minim.AudioSample
Triggers the sound to play once.
trigger() - Method in class ddf.minim.ugens.Sampler
Trigger this Sampler.
TWO_PI - Static variable in class ddf.minim.analysis.FourierTransform
 
TWO_PI - Static variable in class ddf.minim.analysis.WindowFunction
The float value of 2*PI.
type() - Method in class ddf.minim.AudioSource
The type is an int describing the number of channels this sound object has.
type() - Method in interface ddf.minim.Recordable
Returns either Minim.MONO or Minim.STEREO
type() - Method in class ddf.minim.SignalSplitter
 
type - Variable in class ddf.minim.ugens.MoogFilter
The current type of this filter: low pass, high pass, or band pass.

U

UGen - Class in ddf.minim
The UGen class is an abstract class which provides the basis for all UGens in Minim.
UGen() - Constructor for class ddf.minim.UGen
Constructor for a UGen.
ugen() - Method in class ddf.minim.ugens.Bypass
Retrieve the UGen that this Bypass is wrapping.
UGen.InputType - Enum in ddf.minim
This enum is used to specify the InputType of the UGenInput.
UGen.UGenInput - Class in ddf.minim
A UGenInput represents parameter of the UGen that can be controlled by other UGens by patching to it.
uGenerate(float[]) - Method in class ddf.minim.UGen
Implement this method when you extend UGen.
uGenerate(float[]) - Method in class ddf.minim.ugens.Abs
 
uGenerate(float[]) - Method in class ddf.minim.ugens.ADSR
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Balance
 
uGenerate(float[]) - Method in class ddf.minim.ugens.BitCrush
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Bypass
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Constant
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Damp
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Delay
 
uGenerate(float[]) - Method in class ddf.minim.ugens.EnvelopeFollower
 
uGenerate(float[]) - Method in class ddf.minim.ugens.FilePlayer
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Flanger
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Gain
 
uGenerate(float[]) - Method in class ddf.minim.ugens.GranulateRandom
 
uGenerate(float[]) - Method in class ddf.minim.ugens.GranulateSteady
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Line
 
uGenerate(float[]) - Method in class ddf.minim.ugens.LiveInput
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Midi2Hz
 
uGenerate(float[]) - Method in class ddf.minim.ugens.MoogFilter
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Multiplier
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Noise
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Oscil
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Pan
NOTE: Currently only supports stereo audio!
uGenerate(float[]) - Method in class ddf.minim.ugens.Reciprocal
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Sampler
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Summer
 
uGenerate(float[]) - Method in class ddf.minim.ugens.TickRate
 
uGenerate(float[]) - Method in class ddf.minim.ugens.Vocoder
 
uGenerate(float[]) - Method in class ddf.minim.ugens.WaveShaper
 
UGenInput(UGen.InputType) - Constructor for class ddf.minim.UGen.UGenInput
Create a UGenInput with a particular type.
UGenInput(UGen.InputType, float) - Constructor for class ddf.minim.UGen.UGenInput
Create a UGenInput of the specified type with an initial value.
UGenSignal - Class in ddf.minim
Deprecated.
unmute() - Method in class ddf.minim.Controller
Unmutes the sound.
unpatch(AudioOutput) - Method in class ddf.minim.UGen
Unpatch this UGen from an AudioOutput or other UGen.
unpatch(UGen) - Method in class ddf.minim.UGen
Remove this UGen as an input of fromUGen.
unpatchAfterDamp(AudioOutput) - Method in class ddf.minim.ugens.Damp
Tell this Damp that it should unpatch itself from the output after the release time.
unpatchAfterDamp(UGen) - Method in class ddf.minim.ugens.Damp
The UGen this Damp should unpatch itself from after the release time.
unpatchAfterRelease(AudioOutput) - Method in class ddf.minim.ugens.ADSR
Tell the ADSR that it should unpatch itself from the output after the release time.
unpatchAfterRelease(UGen) - Method in class ddf.minim.ugens.ADSR
Tell the ADSR that it should unpatch itself from this UGen after the release time.

V

value(int, int) - Method in class ddf.minim.analysis.BartlettHannWindow
 
value(int, int) - Method in class ddf.minim.analysis.BartlettWindow
 
value(int, int) - Method in class ddf.minim.analysis.BlackmanWindow
 
value(int, int) - Method in class ddf.minim.analysis.CosineWindow
 
value(int, int) - Method in class ddf.minim.analysis.GaussWindow
 
value(int, int) - Method in class ddf.minim.analysis.HammingWindow
 
value(int, int) - Method in class ddf.minim.analysis.HannWindow
 
value(int, int) - Method in class ddf.minim.analysis.LanczosWindow
 
value(int, int) - Method in class ddf.minim.analysis.RectangularWindow
 
value(int, int) - Method in class ddf.minim.analysis.TriangularWindow
 
value(int, int) - Method in class ddf.minim.analysis.WindowFunction
 
value - Variable in class ddf.minim.ugens.TickRate
The rate that this ticks the UGen patched to it.
value(float) - Method in interface ddf.minim.ugens.Waveform
Sample the Waveform at the location specified.
value(float) - Method in class ddf.minim.ugens.Wavetable
Sample the Wavetable using a value in the range [0,1].
valueOf(String) - Static method in enum ddf.minim.UGen.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ddf.minim.ugens.MoogFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ddf.minim.ugens.Noise.Tint
Returns the enum constant of this type with the specified name.
values() - Static method in enum ddf.minim.UGen.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ddf.minim.ugens.MoogFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ddf.minim.ugens.Noise.Tint
Returns an array containing the constants of this enum type, in the order they are declared.
Vocoder - Class in ddf.minim.ugens
Vocoder is a UGen that performs very basic vocoding.
Vocoder(int, int) - Constructor for class ddf.minim.ugens.Vocoder
Constructs a Vocoder.
VOLUME - Static variable in class ddf.minim.Controller
Deprecated.
volume() - Method in class ddf.minim.Controller
Deprecated.

W

warp(float, float) - Method in class ddf.minim.ugens.Wavetable
Warping works by choosing a point in the waveform, the warpPoint, and then specifying where it should move to, the warpTarget.
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
Waves provides some already constructed Wavetables for common waveforms, as well as methods for constructing some basic waveforms with non-standard parameters.
WaveShaper - Class in ddf.minim.ugens
A UGen which provides waveshaping distortion.
WaveShaper(float, float, Waveform) - Constructor for class ddf.minim.ugens.WaveShaper
Constructor for WaveShaper.
WaveShaper(float, float, Waveform, 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 the 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.
wet - Variable in class ddf.minim.ugens.Flanger
How much of the flanged signal is added to the output.
whichAverage - Variable in class ddf.minim.analysis.FourierTransform
 
window(WindowFunction) - Method in class ddf.minim.analysis.FourierTransform
Sets the window to use on the samples before taking the forward transform.
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
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links