added CAPS, several bugfixes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@414 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-09-25 11:26:48 +00:00
parent 184ddc4d1c
commit 2b38b8c0e8
74 changed files with 26142 additions and 3239 deletions

View File

@@ -1,3 +1,26 @@
2006-09-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vst_effect/vst_control_dialog.cpp:
do not try to reparent effect's plugin-widget in destructor - fixes
crash when deleting vst-effect from effect-chain
* src/lib/mmp.cpp:
do not indent mmp-files anymore as it wastes *a lot* of unneccesary
space
* data/projects/cool_songs/StrictProduction-Underline.mmp:
added another cool project
* plugins/ladspa_base/ladspa_manager.cpp:
- always add /usr/lib/ladspa and /usr/local/lib/ladspa to directories
where to search for LADSPA-plugins
- also search in /usr/lib/lmms/ladspa for LADSPA-plugins (that's where
for example CAPS is installed)
* plugins/ladspa_effect/caps/:
added CAPS (C Audio Plugin Suite) for providing a basic LADSPA-plugin-
collection
2006-09-23 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vst_effect/vst_control_dialog.cpp: