diff --git a/src/gui/editors/PianoRoll.cpp b/src/gui/editors/PianoRoll.cpp index cee6870b7a3..8c88926b53b 100644 --- a/src/gui/editors/PianoRoll.cpp +++ b/src/gui/editors/PianoRoll.cpp @@ -630,6 +630,7 @@ void PianoRoll::loadGhostNotes( const QDomElement & de ) { Note * n = new Note; n->restoreState( node.toElement() ); + n->setVolume(DefaultVolume); m_ghostNotes.push_back( n ); node = node.nextSibling(); }