Uses of Interface
ddf.minim.ugens.Instrument

Packages that use Instrument
ddf.minim   
ddf.minim.ugens   
 

Uses of Instrument in ddf.minim
 

Methods in ddf.minim with parameters of type Instrument
 void Minim.playNote(float startTime, float duration, Instrument instrument)
          Play a note startTime seconds from now, for the given duration, using the given instrument.
 void AudioOutput.playNote(float startTime, float duration, Instrument instrument)
          Play a note startTime seconds from now, for the given duration, using the given instrument.
 

Uses of Instrument in ddf.minim.ugens
 

Classes in ddf.minim.ugens that implement Instrument
 class DefaultInstrument
          You can use this default instrument to make sound if you don't want to write your own instrument.