Searched refs:CHANNEL_BYTE_LENGTHS (Results 1 – 1 of 1) sorted by relevance
52 public final static int CHANNEL_BYTE_LENGTHS[] = { 3, 3, 3, 3, 2, 2, 3 }; field in MidiConstants75 return CHANNEL_BYTE_LENGTHS[(statusInt >> 4) - 8]; in getBytesPerMessage()