Uses of Class
org.jfugue.Instrument

Packages that use Instrument
org.jfugue   
org.jfugue.demo   
 

Uses of Instrument in org.jfugue
 

Methods in org.jfugue with parameters of type Instrument
 void ParserListenerAdapter.instrumentEvent(Instrument instrument)
          Called when the parser encounters a instrument event.
 void PatternTransformer.instrumentEvent(Instrument instrument)
          Extend this method to make your transformer modify the instrument.
 void ParserListener.instrumentEvent(Instrument instrument)
          Called when the parser encounters a instrument event.
 void Renderer.instrumentEvent(Instrument instrument)
           
 

Uses of Instrument in org.jfugue.demo
 

Methods in org.jfugue.demo with parameters of type Instrument
 void ReversePatternTransformer.instrumentEvent(Instrument instrument)