diff --git a/src/gui/editors/PianoRoll.cpp b/src/gui/editors/PianoRoll.cpp index 52d906b58..d57084cc0 100644 --- a/src/gui/editors/PianoRoll.cpp +++ b/src/gui/editors/PianoRoll.cpp @@ -4101,6 +4101,8 @@ void PianoRoll::wheelEvent(QWheelEvent * we ) // same volume showVolTextFloat(nv[0]->getVolume(), pos, 1000); } + // Emit MIDI clip has changed + m_midiClip->dataChanged(); } else if( m_noteEditMode == NoteEditMode::Panning ) {