Uses of Interface
ddf.minim.Playable

Packages that use Playable
ddf.minim   
ddf.minim.ugens   
 

Uses of Playable in ddf.minim
 

Classes in ddf.minim that implement Playable
 class AudioPlayer
          An AudioPlayer is used for playing an AudioRecording.
 class AudioSnippet
          Deprecated.  
 

Uses of Playable in ddf.minim.ugens
 

Classes in ddf.minim.ugens that implement Playable
 class FilePlayer
          The FilePlayer UGen provides a way for you to wrap an AudioRecordingStream with the UGen interface, allowing you to patching into a UGen graph any way you choose.