Lines Matching full:midi
16 #include "midi.h"
44 Line 6 MIDI control commands
53 MIDI channel for messages initiated by the host
59 MIDI channel for messages initiated by the device
107 /* device uses raw MIDI via USB (data endpoints) */
141 * Each device has at least MIDI or PCM.
148 /* Line 6 MIDI device data structure */
157 /* Buffer for message to be processed, generated from MIDI layer */
160 /* Length of message to be processed, generated from MIDI layer */
163 /* Circular buffer for non-MIDI control messages */
176 /* If MIDI is supported, buffer_message contains the pre-processed data;