editing note volume and hearing clicked on notes is implemented more cleanly, editing note volume only affects selected notes (or all notes if none selected), when "scribbling" note volumes, if there is a chord, it will play all 3 notes, rather than just the first one

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1909 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-13 02:28:24 +00:00
parent d511b43088
commit b7f4f7be6d
6 changed files with 126 additions and 127 deletions

22
TODO
View File

@@ -52,21 +52,23 @@
- add FLAC as export-format?
Andrew Kelley's todo:
- recording automation
- make knobs easier to tune (less sensitive)
- make the menu for a channel happen when you right click, instead of renaming, and make the midi input a top-level menu item
- add a "Set exact value" to a right clicked automation menu
- enable "auto detect" by default when you bring up the "connect to controller" window
- piano roll: make the note volume section have adjustable height
- add note panning ability to piano roll
- paint piano roll notes with a darker color based on how high volume the note is
- paint note volume blue if selected
- multiview button - show notes from every instrument in the current beat+bassline with different colors
- undo/redo for piano roll
- add a tools menu to piano roll
* put some of the tools on there that already have keyboard shortcuts (ctrl+up/down, shift+left/right)
* humanizing tool
* quick slice
* look through FL Studio's tools and implement some of them
- undo/redo for piano roll
- make copy/paste work beyond inside piano roll - it didn't work when I copied notes from one pattern and then opened another pattern and pasted.
- piano roll: make the note volume section have adjustable height
- add note panning ability to piano roll
- recording automation
- make knobs easier to tune (less sensitive)
- make the menu for a channel happen when you right click, instead of renaming, and make the midi input a top-level menu item
- add a "Set exact value" to a right clicked automation menu
- enable "auto detect" by default when you bring up the "connect to controller" window
- "paintbrush" tool for the song editor, to easily "paint" beat+basslines
- when you clone a track in the song editor, rename the track so that it doesn't have the same name (increment the number if necessary)