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

M

mapAmplitude - Variable in class ddf.minim.ugens.WaveShaper
The mapping amplitude of the input signal
Midi2Hz - Class in ddf.minim.ugens
Midi2Hz is a UGen that will convert a MIDI note number to a frequency in Hertz.
Midi2Hz() - Constructor for class ddf.minim.ugens.Midi2Hz
Construct a Midi2Hz that generates a fixed value from MIDI note 0.
Midi2Hz(float) - Constructor for class ddf.minim.ugens.Midi2Hz
Construct a Midi2Hz that generates a fixed value from fixedMidiNoteIn
midiNoteIn - Variable in class ddf.minim.ugens.Midi2Hz
Patch something to this input that generates Midi note numbers (values in the range [0,127]
Minim - Class in ddf.minim
The Minim class is how you get what you want from JavaSound.
Minim(PApplet) - Constructor for class ddf.minim.Minim
Creates an instance of Minim that will use the Javasound implementation.
Minim(PApplet, MinimServiceProvider) - Constructor for class ddf.minim.Minim
Creates an instance of Minim that will use the provided implementation for audio.
MinimServiceProvider - Interface in ddf.minim.spi
MinimServiceProvider is the interface that an audio implementation must provide to Minim, to guarantee that it can provide all of the functionality that Minim promises.
mix - Variable in class ddf.minim.AudioSource
The buffer containing the mix of the left and right channels.
MONO - Static variable in class ddf.minim.Minim
Specifies that you want a MONO AudioInput or AudioOutput
MultiChannelBuffer - Class in ddf.minim
 
MultiChannelBuffer(int, int) - Constructor for class ddf.minim.MultiChannelBuffer
 
Multiplier - Class in ddf.minim.ugens
Multiplier is a UGen that will simply multiply the incoming audio signal by either a fixed value or by whatever its amplitude input is currently generating.
Multiplier() - Constructor for class ddf.minim.ugens.Multiplier
Construct a Multiplier with a fixed value of 1, which will mean incoming audio is not changed.
Multiplier(float) - Constructor for class ddf.minim.ugens.Multiplier
Construct a Multiplier with the fixed value of multValue.
MUTE - Static variable in class ddf.minim.Controller
The mute control type.
mute() - Method in class ddf.minim.Controller
Mutes the line.

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