Lines Matching refs:controller
347 * Midi controller numbers
353 * two messages. Controller numbers 0 to 31 are used
354 * to send the MSB and the controller numbers 32 to 63
381 /* The controller numbers 0x21 to 0x3f are reserved for the */
1198 #define SEQ_CONTROL(dev, chn, controller, value) \
1199 _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value)
1205 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\
1210 _seqbuf[_seqbufptr+4] = (controller);\
1217 * Use SEQ_BENDER and SEQ_CONTROL (with proper controller) instead.