Class MIDIMessageType


  • public final class MIDIMessageType
    extends java.lang.Object
    MIDI Universal Packet message type nibbles.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ChannelVoice1
      1 word - MIDI 1.0
      static int ChannelVoice2
      2 words - MIDI 2.0
      static int Data128
      4 words
      static int SysEx
      2 words (Data, but primarily SysEx)
      static int System
      1 word
      static int Utility
      1 word
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait