A B C D E F G H I 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
 
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.
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.
getControls() - Method in class ddf.minim.Controller
Returns an array of all the available Controls for the DataLine being controlled.
getDataLine() - Method in interface ddf.minim.AudioStream
Returns the DataLine being used by this AudioStream, if it exists.
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
 
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.
getLineIn() - Static method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int) - Static method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int) - Static method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int, float) - Static method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineIn(int, int, float, int) - Static method in class ddf.minim.Minim
Gets an AudioInput, to which you can attach AudioEffects.
getLineOut() - Static method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int) - Static method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int) - Static method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int, float) - Static method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
getLineOut(int, int, float, int) - Static method in class ddf.minim.Minim
Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
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.
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 K L M N O P R S T U V W