Uses of Package
org.jfugue

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

Classes in org.jfugue used by org.jfugue
Controller
          Contains information for MIDI Controller Events.
Instrument
          Represents instrument changes, also known as patch changes.
JFugueElement
          This is the base class for the JFugue elements, including Voice, Instrument, Note, Controller, and Tempo.
Note
          Contains all information necessary for a musical note, including pitch, duration, attack velocity, and decay velocity.
ParserListener
          Classes that implement ParserListener and add themselves as listeners to a Parser object will receive events when the Parser inteprets tokens from a Music String.
ParserListenerAdapter
          This Adapter class implements all of the methods of ParserListener, but the implementations are blank.
Pattern
          This class represents a segment of music.
Tempo
          Represents tempo changes.
Voice
          Represents voice changes, also known as track changes.
 

Classes in org.jfugue used by org.jfugue.demo
Controller
          Contains information for MIDI Controller Events.
Instrument
          Represents instrument changes, also known as patch changes.
Note
          Contains all information necessary for a musical note, including pitch, duration, attack velocity, and decay velocity.
ParserListener
          Classes that implement ParserListener and add themselves as listeners to a Parser object will receive events when the Parser inteprets tokens from a Music String.
ParserListenerAdapter
          This Adapter class implements all of the methods of ParserListener, but the implementations are blank.
Pattern
          This class represents a segment of music.
PatternFactory
          This class is used to generate pre-defined Patterns during runtime.
PatternTool
           
PatternTransformer
          This class is used to transform a pattern.
Tempo
          Represents tempo changes.
Voice
          Represents voice changes, also known as track changes.