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

B

b - Variable in class ddf.minim.effects.IIRFilter
The b coefficients.
BALANCE - Static variable in class ddf.minim.Controller
The balance control type.
balance() - Method in class ddf.minim.Controller
Gets the balance control for the Line, if it exists.
Balance - Class in ddf.minim.ugens
Balance is for controlling the left/right channel balance of a stereo signal.
Balance() - Constructor for class ddf.minim.ugens.Balance
Construct a Balance with a value of 0 (no change).
Balance(float) - Constructor for class ddf.minim.ugens.Balance
Construct a balance with a particular value.
balance - Variable in class ddf.minim.ugens.Balance
The balance control should be driven by UGens that generate values in the range [-1, 1].
BandPass - Class in ddf.minim.effects
A band pass filter is a filter that filters out all frequencies except for those in a band centered on the current frequency of the filter.
BandPass(float, float, float) - Constructor for class ddf.minim.effects.BandPass
Constructs a band pass filter with the requested center frequency, bandwidth and sample rate.
bandWidth - Variable in class ddf.minim.analysis.FourierTransform
 
BARTLETT - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Bartlett window should be used on sample buffers.
BARTLETTHANN - Static variable in class ddf.minim.analysis.FourierTransform
A constant indicating a Bartlett-Hann window should be used on sample buffers.
BartlettHannWindow - Class in ddf.minim.analysis
A Bartlett-Hann window function.
BartlettHannWindow() - Constructor for class ddf.minim.analysis.BartlettHannWindow
Constructs a Bartlett-Hann window.
BartlettWindow - Class in ddf.minim.analysis
A Bartlett window function.
BartlettWindow() - Constructor for class ddf.minim.analysis.BartlettWindow
Constructs a Bartlett window.
BeatDetect - Class in ddf.minim.analysis
The BeatDetect class allows you to analyze an audio stream for beats (rhythmic onsets).
BeatDetect() - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in SOUND_ENERGY mode.
BeatDetect(int, float) - Constructor for class ddf.minim.analysis.BeatDetect
Create a BeatDetect object that is in FREQ_ENERGY mode and expects a sample buffer with the requested attributes.
beginRecord() - Method in class ddf.minim.AudioRecorder
Begins recording audio from the current record source.
beginRecord() - Method in interface ddf.minim.spi.SampleRecorder
Begins recording.
BitCrush - Class in ddf.minim.ugens
BitCrush is an effect that reduces the fidelity of the incoming signal.
BitCrush() - Constructor for class ddf.minim.ugens.BitCrush
Construct a BitCrush with a bit resolution of 1.
BitCrush(float) - Constructor for class ddf.minim.ugens.BitCrush
Construct a BitCrush with the specified bit resolution.
bitRes - Variable in class ddf.minim.ugens.BitCrush
Control the bit resolution with another UGen by patching to bitRes.
BlackmanWindow - Class in ddf.minim.analysis
A Blackman window function.
BlackmanWindow(float) - Constructor for class ddf.minim.analysis.BlackmanWindow
Constructs a Blackman window.
BlackmanWindow() - Constructor for class ddf.minim.analysis.BlackmanWindow
Constructs a Blackman window with a default alpha value of 0.16
BufferedAudio - Interface in ddf.minim
 
bufferSize() - Method in class ddf.minim.AudioSource
 
bufferSize() - Method in interface ddf.minim.Recordable
Returns the buffer size being used by this.
bufferSize() - Method in class ddf.minim.SignalSplitter
 
bufferSize() - Method in interface ddf.minim.spi.AudioOut
 
bus - Variable in class ddf.minim.AudioOutput
 

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