Searched refs:STATUS_SYSTEM_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance
36 public static final byte STATUS_SYSTEM_EXCLUSIVE = (byte) 0xF0; field in MidiConstants104 return (command >= STATUS_NOTE_OFF && command < STATUS_SYSTEM_EXCLUSIVE); in allowRunningStatus()110 return (command >= STATUS_SYSTEM_EXCLUSIVE && command <= STATUS_END_SYSEX); in cancelsRunningStatus()
62 boolean isSysExStart = (status == MidiConstants.STATUS_SYSTEM_EXCLUSIVE);