Uses of Package
uk.org.toot.midi.message

Packages that use uk.org.toot.midi.message
uk.org.toot.control.automation   
uk.org.toot.midi.message This package addresses issues with MidiMessage, such as the subclass problems (what is a MidiMessage that isn't one of the specified subclasses?). 
 

Classes in uk.org.toot.midi.message used by uk.org.toot.control.automation
MidiMsg
          The class for handling abstract MIDI messages.
SysexMsg
          The class for creating accessing and mutating arbitrary length MidiMessages representing System Exclusive messages without knowledge of the implementation class.
 

Classes in uk.org.toot.midi.message used by uk.org.toot.midi.message
ChannelMsg
          The class for creating accessing and mutating 1, 2 and 3 bytes MidiMessages representing Channel Voice and Channel Mode messages without knowledge of the implementation class.
MidiMsg
          The class for handling abstract MIDI messages.
PitchMsg
          This class provides methods to simplify client handling of pitched messages.
ShortMsg
          The base class for creating accessing and mutating 1, 2 and 3 byte MidiMessages without knowledge of the implementation class.
SysexMsg
          The class for creating accessing and mutating arbitrary length MidiMessages representing System Exclusive messages without knowledge of the implementation class.
UniversalSysexMsg
          This class provides methods to simplify the handling of Universal System Exclusive messages.
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.