Uses of Class
org.jfugue.Instrument

Packages that use Instrument
org.jfugue   
org.jfugue.extras   
 

Uses of Instrument in org.jfugue
 

Methods in org.jfugue with parameters of type Instrument
abstract  void EasyAnticipatorListener.extendedNoteEvent(Voice voice, Instrument instrument, Note note)
           
protected  void Parser.fireInstrumentEvent(Instrument event)
          Tells all ParserListener interfaces that an instrument event has been parsed.
 void StreamingMidiRenderer.instrumentEvent(Instrument instrument)
           
 void PatternTransformer.instrumentEvent(Instrument instrument)
          Extend this method to make your transformer modify the instrument.
 void ParserListenerAdapter.instrumentEvent(Instrument instrument)
          Called when the parser encounters an instrument event.
 void ParserListener.instrumentEvent(Instrument instrument)
          Called when the parser encounters an instrument event.
 void MusicStringRenderer.instrumentEvent(Instrument instrument)
           
 void MidiRenderer.instrumentEvent(Instrument instrument)
           
 void EasyAnticipatorListener.instrumentEvent(Instrument instrument)
           
 

Uses of Instrument in org.jfugue.extras
 

Methods in org.jfugue.extras with parameters of type Instrument
 void ReversePatternTransformer.instrumentEvent(Instrument instrument)
           
 void GetPatternForVoiceTool.instrumentEvent(Instrument instrument)
          Called when the parser encounters an instrument event.