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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user