Lines Matching +full:packet +full:- +full:based
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Universal MIDI Packet (UMP) Support
17 int group; /* group index (0-based) */
145 /* MIDI 2.0 SysEx / Data Status; same values for both 7-bit and 8-bit SysEx */
212 /* get the message type (4bit) from a UMP packet (header) */
218 /* get the group number (0-based, 4bit) from a UMP packet (header) */
224 /* get the MIDI status code (4bit) from a UMP packet (header) */
230 /* get the MIDI channel number (0-based, 4bit) from a UMP packet (header) */
236 /* get the MIDI status + channel combo byte (8bit) from a UMP packet (header) */
242 /* compose a UMP packet (header) from type, group and status values */
250 /* get SysEx message status (for both 7 and 8bits) from a UMP packet (header) */
256 /* get SysEx message length (for both 7 and 8bits) from a UMP packet (header) */