Uses of Interface
org.jfugue.ParserListener

Packages that use ParserListener
org.jfugue   
org.jfugue.extras   
 

Uses of ParserListener in org.jfugue
 

Classes in org.jfugue that implement ParserListener
 class EasyAnticipatorListener
           
 class MidiRenderer
          This class takes a Pattern, and turns it into wonderful music.
 class MusicStringRenderer
          This class is used to build a Pattern (i.e., a MusicString) given a MIDI Sequence.
 class ParserListenerAdapter
          This Adapter class implements all of the methods of ParserListener, but the implementations are blank.
 class PatternTool
          Abstract class represting a tool that works on patterns to measure or assess something about the pattern.
 class PatternTransformer
          This class is used to transform a pattern.
 class StreamingMidiRenderer
          Assists the StreamingPlayer in converting Patterns to MIDI.
 

Methods in org.jfugue with parameters of type ParserListener
 void DeviceThatWillTransmitMidi.addParserListener(ParserListener listener)
           
 void Parser.addParserListener(ParserListener l)
          Adds a ParserListener.
 void Anticipator.addParserListener(ParserListener l)
          Adds a ParserListener.
 void DeviceThatWillTransmitMidi.removeParserListener(ParserListener listener)
           
 void Parser.removeParserListener(ParserListener l)
          Removes a ParserListener.
 void Anticipator.removeParserListener(ParserListener l)
          Removes a ParserListener.
 

Uses of ParserListener in org.jfugue.extras
 

Classes in org.jfugue.extras that implement ParserListener
 class DiatonicIntervalPatternTransformer
          The DiatonicIntervalPatternTransformer transposes all notes in the given Pattern by a diatonic interval (1 -- unison, 2 -- second, ...
 class DurationPatternTool
          Calculates the length of the given pattern, in pulses per quarter (PPQ)
 class DurationPatternTransformer
          The DurationPatternTransformer multiplies the duration of all notes in the given Pattern by a factor passed as a parameter.
 class GetPatternForVoiceTool
          Returns all of the MusicString events that are played in the requested Voice (i.e., Channel)
 class IntervalPatternTransformer
          The IntervalPatternTransformer alters music by changing the interval, or step, for each note in the given Pattern.
 class IntervalTransformer
           
 class ReversePatternTransformer
          Reverses a given pattern.