# HG changeset patch # User matthiasm # Date 1400703371 -3600 # Node ID 6da4897a11d3aa13eac764b0b6ae1ecc459c190c # Parent 986f1670a5025f9773ec3348a833392b601ae6a0# Parent 8c2dfb4d6c7ae0dc8cf7a3db8198c7d17abe8a4a merge diff -r 986f1670a502 -r 6da4897a11d3 layer/FlexiNoteLayer.cpp --- a/layer/FlexiNoteLayer.cpp Wed May 14 09:58:16 2014 +0100 +++ b/layer/FlexiNoteLayer.cpp Wed May 21 21:16:11 2014 +0100 @@ -1351,10 +1351,13 @@ continue; } + cerr << "snapSelectedNotesToPitchTrack: making new note" << endl; FlexiNote newNote(note); command->deletePoint(note); + updateNoteValue(v, newNote); + command->addPoint(newNote); }