Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DMIDIEvents.cpp29 return Event(evControllerChange, midiChannel, static_cast<uint8>(midiCC), param); in CC()
H A DMIDIEvents.h29 evControllerChange = 0xB, // Controller Change (see MidiCC enum) enumerator
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPlugInterface.cpp798 …MidiSend(MIDIEvents::Event(MIDIEvents::evControllerChange, midiCh, nParam, static_cast<uint8>(nCon… in MidiCC()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/test/
H A Dtest.cpp1696 VERIFY_EQUAL_NONCONT(MIDIEvents::GetTypeFromEvent(midiEvent), MIDIEvents::evControllerChange); in TestMIDIEvents()
2269 VERIFY_EQUAL_NONCONT(mapping.GetEvent(), MIDIEvents::evControllerChange); in TestLoadMPTMFile()