Searched refs:ctrlnum (Results 1 – 1 of 1) sorted by relevance
1336 midisynth_controller(void *n, uint8_t chn, uint8_t ctrlnum, uint16_t val) in midisynth_controller() argument1340 if (ctrlnum > 127 || chn > 15) in midisynth_controller()1344 c[1] = ctrlnum; in midisynth_controller()