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

Packages that use ShortMsg
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 ShortMsg in uk.org.toot.midi.message
 

Subclasses of ShortMsg 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 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.
 



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