fixed quantization when moving selected notes (closes #2118371)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1643 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-20 13:19:16 +00:00
parent 9c3bd2d306
commit dea184a993
3 changed files with 78 additions and 66 deletions

View File

@@ -135,22 +135,22 @@ private:
enum editModes
{
DRAW,
ERASE,
SELECT,
MOVE,
OPEN
ModeDraw,
ModeErase,
ModeSelect,
ModeMove,
ModeOpen
} ;
enum actions
{
NONE,
MOVE_NOTE,
RESIZE_NOTE,
SELECT_NOTES,
MOVE_SELECTION,
CHANGE_NOTE_VOLUME,
CHANGE_NOTE_PANNING
ActionNone,
ActionMoveNote,
ActionResizeNote,
ActionSelectNotes,
ActionMoveSelection,
ActionChangeNoteVolume,
ActionChangeNotePanning
} ;
enum pianoRollKeyTypes