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 EasyAnticipatorListener.voiceEvent(Voice voice)
           
 void ParserListener.voiceEvent(Voice voice)
          Called when the parser encounters a voice event.
 void MusicStringRenderer.voiceEvent(Voice voice)
           
 void PatternTransformer.voiceEvent(Voice voice)
          Extend this method to make your transformer modify the voice.
 void MidiRenderer.voiceEvent(Voice voice)
           
 void StreamingMidiRenderer.voiceEvent(Voice voice)
           
 void ParserListenerAdapter.voiceEvent(Voice voice)
          Called when the parser encounters a voice event.
 

Uses of Voice in org.jfugue.extras
 

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