Home
last modified time | relevance | path

Searched refs:type_nrpn (Results 1 – 3 of 3) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DEngineBase.h830 … case Event::type_nrpn: // nrpn handled in ProcessHardcodedControllers() instead ATM in ProcessEvents()
924 …case Event::type_nrpn: // this can only be reached here by an instrument script having called set_… in ProcessEvents()
1632 itControlChangeEvent->Type = Event::type_nrpn; in ProcessHardcodedControllers()
1719 itControlChangeEvent->Type = Event::type_nrpn; in ProcessHardcodedControllers()
1868 itControlChangeEvent->Type = Event::type_nrpn; in ProcessHardcodedControllers()
1944 itControlChangeEvent->Type = Event::type_nrpn; in ProcessHardcodedControllers()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DEvent.h171 type_nrpn, ///< Transformed from a raw NRPN CC MIDI event. enumerator
H A DInstrumentScriptVMFunctions.cpp276 e.Type = Event::type_nrpn; in exec()