use XML rather than binary blobs for saving plugin-/effect-key

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1433 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-08-04 17:59:44 +00:00
parent df86b4c81e
commit 64188a9b52
14 changed files with 148 additions and 62 deletions

View File

@@ -1,3 +1,26 @@
2008-08-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp:
* plugins/ladspa_effect/ladspa_subplugin_features.cpp:
* plugins/vst_effect/vst_subplugin_features.cpp:
* plugins/vst_effect/vst_effect.cpp:
* plugins/vst_effect/vst_effect_controls.cpp:
* include/plugin.h:
* include/base64.h:
* include/ladspa_base.h:
* src/core/plugin.cpp:
* src/core/effect_chain.cpp:
* src/core/mmp.cpp:
* src/core/ladspa_manager.cpp:
* CMakeLists.txt:
use XML rather than binary blobs for saving plugin-/effect-key
* src/core/project_journal.cpp:
use random-number-generator correctly - fixes predictable random
numbers and avoids used Journalling-Object-IDs upon loading
project (closes #2036745) - anyways this still might happen under rare
circumstances and needs a further fix
2008-08-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/lmms_math.h: