| 1009 | } |
| 1010 | |
| 1011 | void MidiMessageSelection::NoteStringIdxChanged(int value) |
| 1012 | { |
| 1013 | const QSignalBlocker b(_noteValue); |
| 1014 | _currentSelection._note = value; |
| 1015 | _noteValue->SetFixedValue(value - 1); |
| 1016 | emit MidiMessageChanged(_currentSelection); |
| 1017 | } |
| 1018 | |
| 1019 | void MidiMessageSelection::ShowNote(bool show) |
| 1020 | { |
nothing calls this directly
no test coverage detected