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

L

LANCZOS - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Lanczos window should be used on sample buffers.
LanczosWindow - Class in ddf.minim.analysis
A Lanczos window function.
LanczosWindow() - Constructor for class ddf.minim.analysis.LanczosWindow
Constructs a Lanczos window.
left - Variable in class ddf.minim.AudioSource
The buffer containing the left channel samples.
LEFT - Static variable in interface ddf.minim.BufferedAudio
 
leftScale - Variable in class ddf.minim.signals.PinkNoise
 
leftScale - Variable in class ddf.minim.signals.WhiteNoise
 
length - Variable in class ddf.minim.analysis.WindowFunction
 
length() - Method in class ddf.minim.AudioMetaData
 
length() - Method in class ddf.minim.AudioPlayer
 
length() - Method in class ddf.minim.AudioSnippet
Deprecated.  
length() - Method in interface ddf.minim.BufferedAudio
Gets the length in milliseconds of the buffered audio.
length() - Method in interface ddf.minim.Playable
Returns the length of the sound in milliseconds.
length() - Method in class ddf.minim.ugens.FilePlayer
 
level() - Method in interface ddf.minim.AudioBuffer
Gets the current level of the buffer.
linAverages(int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum and spaces the averages in a linear manner.
LINAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
Line - Class in ddf.minim.ugens
A UGen that starts at a value and changes linearly to another value over a specified time.
Line() - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts a 1 and transitions to 0 over 1 second.
Line(float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at 1 and transtions to 0 over dT seconds.
Line(float, float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at beginningAmplitude and transtions to 0 over dT seconds.
Line(float, float, float) - Constructor for class ddf.minim.ugens.Line
Constructs a Line that starts at begAmplitude and transitions to endAmplitude over dT seconds.
LiveInput - Class in ddf.minim.ugens
LiveInput is a way to wrap an input stream with the UGen interface so that you can easily route incoming audio through a UGen graph.
LiveInput(AudioStream) - Constructor for class ddf.minim.ugens.LiveInput
Constructs a LiveInput that will read from inputStream.
loadFile(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer with a buffer size of 1024 samples.
loadFile(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioPlayer with the request buffer size.
loadFileStream(String, int, boolean) - Method in class ddf.minim.Minim
Creates and AudioRecordingStream that you can use to read from the file yourself, rather than wrapping it in an AudioPlayer that does the work for you.
loadSample(String) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSample(String, int) - Method in class ddf.minim.Minim
Loads the requested file into an AudioSample.
loadSnippet(String) - Method in class ddf.minim.Minim
Deprecated.  
logAverages(int, int) - Method in class ddf.minim.analysis.FourierTransform
Sets the number of averages used when computing the spectrum based on the minimum bandwidth for an octave and the number of bands per octave.
LOGAVG - Static variable in class ddf.minim.analysis.FourierTransform
 
loop() - Method in class ddf.minim.AudioPlayer
 
loop(int) - Method in class ddf.minim.AudioPlayer
 
loop() - Method in class ddf.minim.AudioSnippet
Deprecated.  
loop(int) - Method in class ddf.minim.AudioSnippet
Deprecated.  
loop() - Method in interface ddf.minim.Playable
Sets looping to continuous.
loop(int) - Method in interface ddf.minim.Playable
Sets this to loop num times.
loop(int) - Method in interface ddf.minim.spi.AudioRecording
Deprecated. Starts looping playback from the current position.
loop(int) - Method in interface ddf.minim.spi.AudioRecordingStream
Starts looping playback from the current position.
loop() - Method in class ddf.minim.ugens.FilePlayer
 
loop(int) - Method in class ddf.minim.ugens.FilePlayer
 
LOOP_CONTINUOUSLY - Static variable in class ddf.minim.Minim
 
loopCount() - Method in class ddf.minim.AudioPlayer
 
loopCount() - Method in class ddf.minim.AudioSnippet
Deprecated.  
loopCount() - Method in interface ddf.minim.Playable
Returns the number of loops left to do.
loopCount() - Method in class ddf.minim.ugens.FilePlayer
 
LowPassFS - Class in ddf.minim.effects
LowPassFS is a four stage low pass filter.
LowPassFS(float, float) - Constructor for class ddf.minim.effects.LowPassFS
Constructs a low pass filter with a cutoff frequency of freq that will be used to filter audio recorded at sampleRate.
LowPassSP - Class in ddf.minim.effects
LowPassSP is a single pole low pass filter.
LowPassSP(float, float) - Constructor for class ddf.minim.effects.LowPassSP
Constructs a low pass filter with a cutoff frequency of freq that will be used to filter audio recorded at sampleRate.
LP - Static variable in class ddf.minim.effects.ChebFilter
A constant used to indicate a low pass filter.

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