A B C D E F G H I J K L M N O P 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.
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
 
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.
getAudioRecording(String) - Method in class ddf.minim.javasound.JSMinim
 
getAudioRecording(String) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioRecording that can play the file requested.
getAudioRecordingClip(String) - Method in class ddf.minim.javasound.JSMinim
 
getAudioRecordingStream(String, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioRecordingStream(String, int) - 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.
getAudioStream(int, int, float, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioStream(int, int, float, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioStream with the requested parameters.
getAudioSynthesizer(int, int, float, int) - Method in class ddf.minim.javasound.JSMinim
 
getAudioSynthesizer(int, int, float, int) - Method in interface ddf.minim.spi.MinimServiceProvider
Should return an AudioSynthesizer that can generate audio that will be heard through the computer's speakers.
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.
getChannel(int) - Method in interface ddf.minim.BufferedAudio
Gets the samples for the requested channel number as a float array.
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.
getInputMixer() - Method in class ddf.minim.javasound.JSMinim
 
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
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
 
getMetaData() - Method in interface ddf.minim.Playable
Returns the meta data for this.
getMetaData() - Method in interface ddf.minim.spi.AudioRecording
Returns meta data about the recording, such as duration, name, ID3 tags perhaps.
getMillisecondLength() - Method in interface ddf.minim.spi.AudioRecording
Returns the length of the source in milliseconds.
getMillisecondPosition() - Method in interface ddf.minim.spi.AudioRecording
Gets the current millisecond position of the source.
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.
getType() - Method in class ddf.minim.effects.ChebFilter
Returns the type of the filter.
getVolume() - Method in class ddf.minim.Controller
Returns the current volume.

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