Load and save controllers to project

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1015 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-05-25 05:28:15 +00:00
parent 7a6fb18e86
commit 6bb836464a
7 changed files with 180 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
2008-05-25 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/embed.h:
Fix missing distructor warning
* 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
2008-05-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/song.h: