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 ChannelPressure
          Represents channel pressure changes.
 class Controller
          Contains information for MIDI Controller Events.
 class Instrument
          Represents instrument changes, also known as patch changes.
 class KeySignature
          Represents key signature changes.
 class Layer
          Represents layer changes.
 class Measure
          Represents a measure marker.
 class Note
          Contains all information necessary for a musical note, including pitch, duration, attack velocity, and decay velocity.
 class PitchBend
          Represents pitch bend changes.
 class PolyphonicPressure
          Represents tempo changes.
 class Tempo
          Represents tempo changes.
 class Time
          Represents a timing value, which can be used to indicate when certain events are played.
 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.