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

G

GAIN - Static variable in class ddf.minim.Controller
The gain control type.
gain() - Method in class ddf.minim.Controller
Gets the gain control for the Line, if it exists.
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.
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
Fills signal with values in the range of [-1, 1].
generate(float[], float[]) - Method in interface ddf.minim.AudioSignal
Fills left and right with values in the range of [-1, 1].
generate(float[]) - Method in class ddf.minim.SignalChain
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
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.signals.Oscillator
 
generate(float[], float[]) - Method in class ddf.minim.signals.Oscillator
 
generate(float[]) - Method in class ddf.minim.signals.PinkNoise
 
generate(float[], float[]) - Method in class ddf.minim.signals.PinkNoise
 
generate(float[]) - Method in class ddf.minim.signals.WhiteNoise
 
generate(float[], float[]) - Method in class ddf.minim.signals.WhiteNoise
 
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
Generates a buffer of samples by ticking the wrapped UGen mono.length times.
generate(float[], float[]) - Method in class ddf.minim.UGenSignal
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
 
get(int) - Method in interface ddf.minim.AudioBuffer
Gets the ith sample in the buffer.
get(int) - Method in class ddf.minim.EffectsChain
Gets the ith effect in the chain.
get(int) - Method in class ddf.minim.SignalChain
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.
getAudioInput(int, int, float, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioInput(int, int, float, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioStream with the requested parameters.
getAudioOutput(int, int, float, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioOutput(int, int, float, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioOut that can be used to generate audio that will be heard through the computer's speakers.
getAudioRecording(String) - Method in class ddf.minim.javasound.JSMinim
Deprecated.  
getAudioRecording(String) - Method in interface ddf.minim.spi.MinimServiceProvider
Deprecated.  
getAudioRecordingClip(String) - Method in class ddf.minim.javasound.JSMinim
Deprecated.  
getAudioRecordingStream(String, int, boolean) - Method in class ddf.minim.javasound.JSMinim
 
getAudioRecordingStream(String, int, boolean) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioRecordingStream that will stream the file requested.
getAudioSample(String, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioSample(float[], AudioFormat, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioSample(float[], float[], AudioFormat, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioSample(String, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioSample that will load the requested file into memory.
getAudioSample(float[], AudioFormat, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioSample that will store the provided samples.
getAudioSample(float[], float[], AudioFormat, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioSample that will store the provided samples.
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 of the line.
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).
getBandWidth() - Method in class ddf.minim.effects.BandPass
Returns the band width of this filter.
getBandWidth() - Method in class ddf.minim.effects.NotchFilter
Returns the band width of this filter.
getBufferSize() - Method in class ddf.minim.MultiChannelBuffer
 
getChannel(int) - Method in interface ddf.minim.BufferedAudio
Gets the samples for the requested channel number as a float array.
getChannel(int) - Method in class ddf.minim.MultiChannelBuffer
 
getChannelCount() - Method in class ddf.minim.MultiChannelBuffer
 
getControl(Control.Type) - Method in class ddf.minim.Controller
 
getControls() - Method in class ddf.minim.Controller
Returns an array of all the available Controls for the DataLine being controlled.
getControls() - Method in interface ddf.minim.spi.AudioResource
Returns the Controls available for this AudioResource.
getEffect(int) - Method in class ddf.minim.AudioSource
 
getEffect(int) - Method in interface ddf.minim.Effectable
Returns the ith effect in the effect chain.
getFormat() - Method in class ddf.minim.AudioSource
 
getFormat() - Method in interface ddf.minim.Recordable
Returns the format of this recordable audio.
getFormat() - Method in class ddf.minim.SignalSplitter
 
getFormat() - Method in interface ddf.minim.spi.AudioResource
Returns the AudioFormat of this AudioResource.
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.ugens.UGen.UGenInput
returns the UGen which is giving values to this input.
getInputMixer() - Method in class ddf.minim.javasound.JSMinim
 
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.ugens.UGen.UGenInput
returns the inputType
getInputTypeAsString() - Method in class ddf.minim.ugens.UGen.UGenInput
return the inputType as a string (for debugging)
getLastValues() - Method in class ddf.minim.ugens.UGen
Return the last values generated by this UGen.
getLastValues() - Method in class ddf.minim.ugens.UGen.UGenInput
returns the last values provided to this input from it's incoming UGen
getLineIn() - Method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int) - Method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int) - Method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int, float) - Method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int, float, int) - Method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineOut() - Method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int) - Method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int) - Method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int, float) - Method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int, float, int) - Method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLoopCount() - Method in interface ddf.minim.spi.AudioRecording
Deprecated. How many loops are left to go.
getLoopCount() - Method in interface ddf.minim.spi.AudioRecordingStream
How many loops are left to go.
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
 
getMetaData() - Method in class ddf.minim.AudioSnippet
Deprecated.  
getMetaData() - Method in interface ddf.minim.Playable
Returns the meta data for this.
getMetaData() - Method in interface ddf.minim.spi.AudioRecording
Deprecated. Returns meta data about the recording, such as duration, name, ID3 tags perhaps.
getMetaData() - Method in interface ddf.minim.spi.AudioRecordingStream
Returns meta data about the recording, such as duration, name, ID3 tags perhaps.
getMetaData() - Method in class ddf.minim.ugens.FilePlayer
Returns the meta data for the recording being played by this player.
getMillisecondLength() - Method in interface ddf.minim.spi.AudioRecording
Deprecated. Returns the length of the source in milliseconds.
getMillisecondLength() - Method in interface ddf.minim.spi.AudioRecordingStream
Returns the length of the source in milliseconds.
getMillisecondPosition() - Method in interface ddf.minim.spi.AudioRecording
Deprecated. Gets the current millisecond position of the source.
getMillisecondPosition() - Method in interface ddf.minim.spi.AudioRecordingStream
Gets the current millisecond position of the source.
getOuterUGen() - Method in class ddf.minim.ugens.UGen.UGenInput
returns the outer UGen of which this is an input.
getOutputMixer() - Method in class ddf.minim.javasound.JSMinim
 
getPan() - Method in class ddf.minim.Controller
Returns the current pan value.
getPoles() - Method in class ddf.minim.effects.ChebFilter
Returns the number of poles in the filter.
getPulseWidth() - Method in class ddf.minim.signals.PulseWave
Returns the current pulse width.
getRipple() - Method in class ddf.minim.effects.ChebFilter
Returns the ripple percentage of the filter.
getSampleRecorder(Recordable, String, boolean) - Method in class ddf.minim.javasound.JSMinim
 
getSampleRecorder(Recordable, String, boolean) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return a SampleRecorder that can record the source in a buffered (in-memory) or non-buffered (streamed) manner, to the file specified by saveTo
getSignal(int) - Method in class ddf.minim.AudioOutput
 
getSignal(int) - Method in interface ddf.minim.Polyphonic
Returns the ith signal in the signal chain.
getStream() - Method in class ddf.minim.ugens.FilePlayer
Returns the wrapped AudioRecordingStream.
getType() - Method in class ddf.minim.effects.ChebFilter
Returns the type of the filter.
getUGen() - Method in class ddf.minim.UGenSignal
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.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 manimum 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 granular synthesis of the incoming audio.
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.

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