MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / midiChannelChaned

Method midiChannelChaned

Source/Core/CtrlrPanel/CtrlrPanelMIDIInputThread.cpp:161–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void CtrlrPanelMIDIInputThread::midiChannelChaned(const CtrlrPanelMidiChannel channelThatChanged)
162{
163 if (channelThatChanged == panelMidiOutputChannelDevice)
164 {
165 if (inputComparator)
166 {
167 const ScopedWriteLock sl(lock);
168 inputComparator->rehashComparator();
169 }
170 }
171}

Callers 1

setMidiChannelMethod · 0.45

Calls 1

rehashComparatorMethod · 0.80

Tested by

no test coverage detected