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

P

PAN - Static variable in class ddf.minim.Controller
The pan control type.
pan() - Method in class ddf.minim.Controller
Gets the pan control for the Line, if it exists.
pan() - Method in class ddf.minim.signals.Oscillator
Returns the current pan value.
pan - Variable in class ddf.minim.signals.PinkNoise
 
pan - Variable in class ddf.minim.signals.WhiteNoise
 
pause() - Method in class ddf.minim.AudioPlayer
 
pause() - Method in class ddf.minim.AudioSnippet
 
pause() - Method in interface ddf.minim.Playable
Pauses playback.
pause() - Method in interface ddf.minim.spi.AudioRecording
Stops playback of the source.
period() - Method in class ddf.minim.signals.Oscillator
Returns the period of the waveform (the inverse of the frequency).
PinkNoise - Class in ddf.minim.signals
PinkNoise generates a pink noise signal.
PinkNoise() - Constructor for class ddf.minim.signals.PinkNoise
Constructs a pink noise signal with an amplitude of 1.
PinkNoise(float) - Constructor for class ddf.minim.signals.PinkNoise
Constructs a pink noise signal with an amplitude of amp.
play() - Method in class ddf.minim.AudioPlayer
 
play(int) - Method in class ddf.minim.AudioPlayer
 
play() - Method in class ddf.minim.AudioSnippet
 
play(int) - Method in class ddf.minim.AudioSnippet
 
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 interface ddf.minim.spi.AudioRecording
Starts playback of the source.
Playable - Interface in ddf.minim
Playable defines functionality that you would expect from a tapedeck or CD player.
Polyphonic - Interface in ddf.minim
Polyphonic describes an object that can have multiple AudioSignals attached to it.
portamento(int) - Method in class ddf.minim.signals.Oscillator
Sets how many milliseconds it should take to transition from one frequency to another when setting a new frequency.
position() - Method in class ddf.minim.AudioPlayer
 
position() - Method in class ddf.minim.AudioSnippet
 
position() - Method in interface ddf.minim.Playable
Returns the current position of the "playhead" (ie how much of the sound has already been played)
printCoeff() - Method in class ddf.minim.effects.IIRFilter
Prints the current values of the coefficients to the console.
printControls() - Method in class ddf.minim.Controller
Prints the available controls and their ranges to the console.
process(float[]) - Method in interface ddf.minim.AudioEffect
Processes signal in some way.
process(float[], float[]) - Method in interface ddf.minim.AudioEffect
Processes sigLeft and sigRight in some way.
process(float[]) - Method in class ddf.minim.effects.Convolver
 
process(float[], float[]) - Method in class ddf.minim.effects.Convolver
 
process(float[]) - Method in class ddf.minim.effects.IIRFilter
 
process(float[], float[]) - Method in class ddf.minim.effects.IIRFilter
 
process(float[]) - Method in class ddf.minim.EffectsChain
Sends samp to each effect in the chain, in order.
process(float[], float[]) - Method in class ddf.minim.EffectsChain
Sends sampL and sampR to each effect in the chain, in order.
publisher() - Method in class ddf.minim.AudioMetaData
 
PulseWave - Class in ddf.minim.signals
A pulse wave is a square wave whose peaks and valleys are different length.
PulseWave(float, float, float) - Constructor for class ddf.minim.signals.PulseWave
Constructs a pulse wave with the given frequency, amplitude and sample rate.

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