Package apple.coremidi.enums
Class MIDISystemStatus
- java.lang.Object
-
- apple.coremidi.enums.MIDISystemStatus
-
public final class MIDISystemStatus extends java.lang.ObjectkMIDIMessageTypeSystem status bytes.
-
-
Field Summary
Fields Modifier and Type Field Description static intActiveSendingMIDI 1.0 and 2.0static intContinueMIDI 1.0 and 2.0static intEndOfExclusiveMIDI 1.0 onlystatic intMTCMIDI 1.0 and 2.0static intSongPosPointerMIDI 1.0 and 2.0static intSongSelectMIDI 1.0 and 2.0static intStartMIDI 1.0 and 2.0static intStartOfExclusiveMIDI 1.0 onlystatic intStopMIDI 1.0 and 2.0static intSystemResetMIDI 1.0 and 2.0static intTimingClockMIDI 1.0 and 2.0static intTuneRequestMIDI 1.0 and 2.0
-
-
-
Field Detail
-
StartOfExclusive
public static final int StartOfExclusive
MIDI 1.0 only- See Also:
- Constant Field Values
-
EndOfExclusive
public static final int EndOfExclusive
MIDI 1.0 only- See Also:
- Constant Field Values
-
MTC
public static final int MTC
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
SongPosPointer
public static final int SongPosPointer
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
SongSelect
public static final int SongSelect
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
TuneRequest
public static final int TuneRequest
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
TimingClock
public static final int TimingClock
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
Start
public static final int Start
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
Continue
public static final int Continue
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
Stop
public static final int Stop
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
ActiveSending
public static final int ActiveSending
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
SystemReset
public static final int SystemReset
MIDI 1.0 and 2.0- See Also:
- Constant Field Values
-
-