Enum Class Routing.midiStatusCommand

java.lang.Object
java.lang.Enum<Routing.midiStatusCommand>
eu.bandm.music.midi.Routing.midiStatusCommand
All Implemented Interfaces:
Serializable, Comparable<Routing.midiStatusCommand>, Constable
Enclosing class:
Routing

public static enum Routing.midiStatusCommand extends Enum<Routing.midiStatusCommand>
The midi command code values, as encoded in the top four bit of a status byte. Attention: the value of ordinal() is significant and corresponds to the encoding.

(The constants in javax/sound/midi/ShortMessage.NOTE_ON etc. are different. They contain the encoded values = shifted by four bits to the left and the high bit.)