Uses of Interface
org.jfugue.MidiMessageRecipient

Packages that use MidiMessageRecipient
org.jfugue   
 

Uses of MidiMessageRecipient in org.jfugue
 

Methods in org.jfugue with parameters of type MidiMessageRecipient
static void TimeFactor.sortAndDeliverMidiMessages(javax.sound.midi.Sequence sequence, MidiMessageRecipient recipient)
          Takes all of the MIDI events in the given Sequence, sorts them according to when they are to be played, and sends the events to the MidiMessageRecipient when the each event is ready to be played.