A B C D E F G H I J K L M N O P Q 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
 
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 particular balance and width.
pan - Variable in class ddf.minim.ugens.Pan
UGens patched to pan should generate values between -1 and +1.
patch(UGen) - Method in class ddf.minim.ugens.UGen
Connect the output of this UGen to the first input of connectToUGen.
patch(UGen.UGenInput) - Method in class ddf.minim.ugens.UGen
Connect the output of this UGen to a specific input of connecToUGen.
patch(AudioOutput) - Method in class ddf.minim.ugens.UGen
Patch the output of this UGen to the provided AudioOuput.
pause() - Method in class ddf.minim.AudioPlayer
 
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 interface ddf.minim.spi.AudioRecording
Deprecated. Disallows playback/reads of the source.
pause() - Method in interface ddf.minim.spi.AudioRecordingStream
Disallows playback/reads of the source.
pause() - Method in class ddf.minim.ugens.FilePlayer
 
pauseNotes() - Method in class ddf.minim.AudioOutput
 
period() - Method in class ddf.minim.signals.Oscillator
Returns the period of the waveform (the inverse of the frequency).
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.
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
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 interface ddf.minim.spi.AudioRecording
Deprecated. Allows playback/reads of the source.
play() - Method in interface ddf.minim.spi.AudioRecordingStream
Allows playback/reads of the source.
play() - Method in class ddf.minim.ugens.FilePlayer
 
play(int) - Method in class ddf.minim.ugens.FilePlayer
 
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
Play a note startTime seconds from now, for the given duration, using the given instrument.
playNote(float, float, float) - Method in class ddf.minim.AudioOutput
 
playNote(float, float, String) - Method in class ddf.minim.AudioOutput
 
playNote(float, float) - Method in class ddf.minim.AudioOutput
 
playNote(float, String) - Method in class ddf.minim.AudioOutput
 
playNote(float) - Method in class ddf.minim.AudioOutput
 
playNote(String) - Method in class ddf.minim.AudioOutput
 
playNote() - Method in class ddf.minim.AudioOutput
 
playNote() - Method in class ddf.minim.Minim
Play the note A4 (or random?) right now for 1 second.
playNote(float) - Method in class ddf.minim.Minim
Play a note at the given frequency right now for 1 second.
playNote(float, float) - Method in class ddf.minim.Minim
Play a note for the given duration, starting right now, at the given frequency.
playNote(float, float, float) - Method in class ddf.minim.Minim
Play a note startTime seconds from now, for the given duration, at the given frequency.
playNote(float, float, Instrument) - Method in class ddf.minim.Minim
Play a note startTime seconds from now, for the given duration, using the given instrument.
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
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
 
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.
printInput() - Method in class ddf.minim.ugens.UGen.UGenInput
print information about this UGenInput (for debugging)
printInputs() - Method in class ddf.minim.ugens.UGen
Prints all inputs connected to this UGen (for debugging)
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
 
pulse(float) - Static method in class ddf.minim.ugens.Waves
Constructs a square wave with specficed duty cycle.
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 Q R S T U V W