| 159 | } |
| 160 | |
| 161 | void 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 | } |
no test coverage detected