Uses of Interface
org.jfugue.JFugueElement

Packages that use JFugueElement
org.jfugue   
 

Uses of JFugueElement in org.jfugue
 

Classes in org.jfugue that implement JFugueElement
 class Controller
          Contains information for MIDI Controller Events.
 class Instrument
          Represents instrument changes, also known as patch changes.
 class Note
          Contains all information necessary for a musical note, including pitch, duration, attack velocity, and decay velocity.
 class Tempo
          Represents tempo changes.
 class Voice
          Represents voice changes, also known as track changes.
 

Methods in org.jfugue with parameters of type JFugueElement
 void Pattern.addElement(JFugueElement element)
          Adds an individual element to the pattern.