Piano roll GUI enhancements. Reset LFO counter on song start

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@935 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-04-25 05:09:11 +00:00
parent 8ac8fb5ca2
commit b5ec90ea39
5 changed files with 78 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
2008-04-24 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/core/song.cpp:
Reset LFO counter on song play
* src/core/controller.cpp:
* include/controller.h:
Change counter from signed int to unsigned
* src/gui/piano_roll.cpp:
- Allow volume bars to be modified by clicking one bar, then
sweeping the mouse
- shade volume bars according to volume
2008-04-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/widgets/group_box.cpp: