ParserListener
interfaces when tokens are interpreted. The ParserListener
does intelligent things with the resulting events, such as create music, draw sheet music, or transform the data. As of Version 3.0, the Parser supports turning MIDI Sequences into JFugue Patterns with the parse(Sequence) method. In this case, the ParserListeners established by a ParserBuilder use the parsed events to construct the Pattern string.
@author David Koelle
@version 3.0
@version 4.0 - Note parsing split up into many separate methods; verification added for testing purposes
|
|