MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / NoteStringIdxChanged

Method NoteStringIdxChanged

plugins/midi/midi-helpers.cpp:1011–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void 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
1019void MidiMessageSelection::ShowNote(bool show)
1020{

Callers

nothing calls this directly

Calls 1

SetFixedValueMethod · 0.80

Tested by

no test coverage detected