Uses of Class
org.jfugue.Voice

Packages that use Voice
org.jfugue   
org.jfugue.demo   
 

Uses of Voice in org.jfugue
 

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

Uses of Voice in org.jfugue.demo
 

Methods in org.jfugue.demo with parameters of type Voice
 void DurationPatternTool.voiceEvent(Voice voice)
           
 void ReversePatternTransformer.voiceEvent(Voice voice)