Lines Matching full:convert
68 /* convert a UMP System message to MIDI 1.0 byte stream */
86 /* convert a UMP MIDI 1.0 Channel Voice message to MIDI 1.0 byte stream */
101 /* convert a UMP MIDI 2.0 Channel Voice message to MIDI 1.0 byte stream */
169 /* convert a UMP 7-bit SysEx message to MIDI 1.0 byte stream */
209 * snd_ump_convert_from_ump - convert from UMP to legacy MIDI
214 * Convert from a UMP packet @data to MIDI 1.0 bytes at @buf.
244 /* convert MIDI 1.0 SysEx to a UMP packet */
278 /* convert to a UMP System message */
328 /* convert to a MIDI 1.0 Channel Voice message */
514 * snd_ump_convert_to_ump - convert legacy MIDI byte to UMP packet
520 * Feed a MIDI 1.0 byte @c and convert to a UMP packet if completed.