Home
last modified time | relevance | path

Searched refs:CHANNEL_BYTE_LENGTHS (Results 1 – 1 of 1) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiConstants.java55 public final static int CHANNEL_BYTE_LENGTHS[] = { 3, 3, 3, 3, 2, 2, 3 }; field in MidiConstants
77 return CHANNEL_BYTE_LENGTHS[(statusInt >> 4) - 8]; in getBytesPerMessage()