full support for saving and loading effects

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@297 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-09 14:56:33 +00:00
parent ccb5a4ea77
commit 19e4bfdb5e
5 changed files with 68 additions and 24 deletions

View File

@@ -1,3 +1,11 @@
2006-08-09 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* include/ladspa_control.h:
* include/ladspa_control_dialog.h:
* src/widgets/ladspa_control.cpp:
* src/widgets/rack_plugin.cpp:
* src/widgets/rack_view.cpp:
full save and load support for effects in instrument tracks
2006-08-08 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* include/effect.h:
* include/effect_chain.h:
@@ -30,7 +38,7 @@
clean up some things that were preventing the getNextSample
methods from being inlined
* configure
* configure:
* configure.in:
-made ladspa support default off
-must pass --with-ladspa to get it to build