Uses of Interface
ddf.minim.Effectable

Packages that use Effectable
ddf.minim   
 

Uses of Effectable in ddf.minim
 

Subinterfaces of Effectable in ddf.minim
 interface AudioRecording
          An AudioRecording is a Playable AudioStream.
 interface AudioStream
          An AudioStream is a stream of samples that is coming from somewhere.
 interface AudioSynthesizer
          An AudioSythesizer is a Polyphonic AudioStream.
 

Classes in ddf.minim that implement Effectable
 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 AudioSource
          An AudioSource is a kind of wrapper around an AudioStream.