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

View File

@@ -1,3 +1,17 @@
2008-12-12 Andrew Kelley <superjoe30/at/gmail/dot/com>
* include/note.h:
* src/core/note.cpp:
* include/piano_roll.h:
* src/gui/piano_roll.cpp:
* TODO:
- 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
2008-12-11 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/automation_pattern.h: