when setting a new note, set panning and volume to that of last clicked on note

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1929 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-15 05:11:40 +00:00
parent ecfb18d551
commit 7a8f95985a
4 changed files with 26 additions and 4 deletions

View File

@@ -2,8 +2,10 @@
* include/piano_roll.h:
* src/gui/piano_roll.cpp:
double click in the note edit area to clear selected notes (allowing you
to edit note velocities/panning for all notes)
- double click in the note edit area to clear selected notes (allowing you
to edit note velocities/panning for all notes)
- when setting a new note, set panning and volume to that of last
clicked on note
2008-12-14 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>