Home
last modified time | relevance | path

Searched refs:MIDI_GM_NRP (Results 1 – 4 of 4) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonControllers.c1361 (synth->win->GM2values[MIDI_GM_NRP] << 7) in brightonMidiInput()
1367 synth->win->GM2values[MIDI_GM_NRP], in brightonMidiInput()
1380 (msg->params.controller.c_id == MIDI_GM_NRP) || in brightonMidiInput()
1389 if ((msg->GM2.c_id == MIDI_GM_NRP) in brightonMidiInput()
1407 (synth->win->GM2values[MIDI_GM_NRP] << 7) in brightonMidiInput()
1413 synth->win->GM2values[MIDI_GM_NRP], in brightonMidiInput()
1545 (msg->params.controller.c_id == MIDI_GM_NRP) || in brightonMidiInput()
1551 if (msg->GM2.c_id == MIDI_GM_NRP) in brightonMidiInput()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristolmidiapi.h164 #define MIDI_GM_NRP 99 macro
/dports/audio/bristol/bristol-0.60.10/libbristolmidi/
H A DmidiParse.c267 NonOrRegistered = MIDI_GM_NRP; in bristolMidiToGM2()
/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dmidihandlers.c244 } else if (msg->GM2.c_id == MIDI_GM_NRP) { in midiControl()