piano roll improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1860 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-11-30 05:31:05 +00:00
parent 96bad01415
commit c50ca0eb9b
5 changed files with 194 additions and 56 deletions

View File

@@ -1,3 +1,21 @@
2008-11-29 Andrew Kelley <superjoe30/at/gmail/dot/com>
* include/piano_roll.h:
* src/gui/piano_roll.cpp:
- when you draw a note it clears the selection and selects the new note
- removed the move tool, it's irrelevant now
- when dragging right click around to delete notes, show the eraser icon
- when moving a selection around, show the move icon
- ctrl+ up / ctrl+down arrow key to move everything up/down 12 semitones
- shift+left / shift+right to move all notes to the left or right
- make arrow keys left+right scroll
* src/core/note.cpp:
got rid of warnings for copy constructor
* TODO:
you know... todo stuff.
2008-11-29 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/resources_tree_view.h: