Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudio.h310 void msgSetHwCtrlState(MidiPort*, int, int, int);
H A Dseqmsg.cpp753 void Audio::msgSetHwCtrlState(MidiPort* port, int ch, int ctrl, int val) in msgSetHwCtrlState() function in MusECore::Audio
H A Dsong.cpp3060 MusEGlobal::audio->msgSetHwCtrlState(mp, channel, dctl, MusECore::CTRL_VAL_UNKNOWN); in execMidiAutomationCtlPopup()
3066 MusEGlobal::audio->msgSetHwCtrlState(mp, channel, dctl, v); in execMidiAutomationCtlPopup()
/dports/audio/muse-sequencer/muse-4.0.0/src/
H A DChangeLog5683 …ct calls to MidiPort::setHwCtrlState() from GUI thread, with new Audio::msgSetHwCtrlState(). (T356)