Uses of Class
ddf.minim.Controller

Packages that use Controller
ddf.minim   
 

Uses of Controller in ddf.minim
 

Subclasses of Controller in ddf.minim
 class AudioInput
          An AudioInput provides no extra functionality over what AudioSource does, it exists simply for the sake of having a class named for input from the system.
 class AudioOutput
          An AudioOutput is used to generate audio with AudioSignals.
 class AudioPlayer
          An AudioPlayer is used for playing an AudioRecording.
 class AudioSample
          An AudioSample is a special kind of file playback that allows you to repeatedly trigger an audio file.
 class AudioSnippet
          Deprecated.  
 class AudioSource
          An AudioSource is a kind of wrapper around an AudioStream.