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

M

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
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 R S T U V W