Uses of Class
uk.org.toot.midi.message.MidiMsg

Packages that use MidiMsg
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?). 
 

Uses of MidiMsg in uk.org.toot.control.automation
 

Subclasses of MidiMsg in uk.org.toot.control.automation
 class ControlSysexMsg
          A class for handling Control MidiMessages represented as Non-commercial System Exclusive.
 

Uses of MidiMsg in uk.org.toot.midi.message
 

Subclasses of MidiMsg in uk.org.toot.midi.message
 class 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.
 class CommonMsg
          The class for creating accessing and mutating 1, 2 and 3 bytes MidiMessages representing System Common messages without knowledge of the implementation class.
 class MachineControlMsg
          This class provides methods and constants to simplify client handling of MIDI Machine Control messages.
 class MetaMsg
          The class for creating accessing and mutating arbitrary length MidiMessages representing Meta messages without knowledge of the implementation class.
 class NoteMsg
          This class provides method to simplify client handling of NOTE_ON and NOTE_OFF messages.
 class PitchMsg
          This class provides methods to simplify client handling of pitched messages.
 class RealTimeMsg
          The class for creating and accessing 1 byte MidiMessages representing System Real Time messages without knowledge of the implementation class.
 class ShortMsg
          The base class for creating accessing and mutating 1, 2 and 3 byte MidiMessages without knowledge of the implementation class.
 class SysexMsg
          The class for creating accessing and mutating arbitrary length MidiMessages representing System Exclusive messages without knowledge of the implementation class.
 class TimeMsg
          This class provides methods to simplify the handling of MIDI Time Code messages.
 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.