added panningToMidi function to easily convert panning to a midi value, dragging around a note in the piano roll makes the correct volume and panning noises

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1921 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-14 11:01:05 +00:00
parent 20f50350e6
commit 167180e670
5 changed files with 100 additions and 34 deletions

View File

@@ -8,6 +8,11 @@
- switching between note edit modes is more clear with label text and
a right click menu
- note volume bars are painted blue if selected
- dragging around a note in the piano roll makes the correct volume
and panning noises
* include/panning.h:
added panningToMidi function to easily convert panning to a midi value
2008-12-14 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>