Uses of Class
org.jfugue.Voice

Packages that use Voice
org.jfugue   
org.jfugue.extras   
 

Uses of Voice in org.jfugue
 

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

Uses of Voice in org.jfugue.extras
 

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