- 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.
- 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.
- 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
-
- 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 i
th 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 i
th 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 i
th 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 i
th 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.
- 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.
- 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
-
- getLineIn(int, int) - Method in class ddf.minim.Minim
-
- getLineIn(int, int, float) - Method in class ddf.minim.Minim
-
- getLineIn(int, int, float, int) - Method in class ddf.minim.Minim
-
- 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
-
- getLineOut(int, int) - Method in class ddf.minim.Minim
-
- getLineOut(int, int, float) - Method in class ddf.minim.Minim
-
- getLineOut(int, int, float, int) - Method in class ddf.minim.Minim
-
- 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.
- 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.
- 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.
- 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
AudioSignal
s 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.
- 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 i
th 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 i
th 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.
- 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.