Searched refs:SYSEX_END_EXCLUSIVE (Results 1 – 1 of 1) sorted by relevance
80 private static final byte SYSEX_END_EXCLUSIVE = (byte) 0xF7; field in UsbMidiPacketConverter257 } else if (midiBytes[curLocation] != SYSEX_END_EXCLUSIVE) { in encode()290 } else if (midiBytes[curLocation] == SYSEX_END_EXCLUSIVE) { in encode()