More controller clearing stuff

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1017 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-05-25 06:39:02 +00:00
parent 736a252b53
commit 4788517843
4 changed files with 13 additions and 7 deletions

View File

@@ -6,11 +6,13 @@
* include/controller.h:
* include/song.h:
* include/lfo_controller.h:
* src/core/song.cpp:
* src/core/controller.cpp:
* src/core/lfo_controller.cpp:
Save and load controllers to project files. Doesn't clear them on
load/new yet though
Save and load controllers to project files.
* src/core/song.cpp:
- Save and load controllers to project files.
- emit dataChanged() on clearProject() do we need this anywhere else?
2008-05-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>