* LADSPA-effect: added "Notch Filter" to blacklist

* all effect-plugins: replaced old code with effect::checkGate() call, various cleanups and minor optimizations
* effectChain: added debugging-code for determining buggy effect-plugins at higher samplerates
* plugin: introduced changable publicName-property
* effect: added checkGate()-function for reducing redundant code in effect-plugins



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@981 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-05-18 11:31:55 +00:00
parent 37f059c6be
commit 6364a099ad
10 changed files with 101 additions and 77 deletions

View File

@@ -1,3 +1,27 @@
2008-05-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp:
added "Notch Filter" to blacklist
* plugins/ladspa_effect/ladspa_effect.h:
* plugins/ladspa_effect/ladspa_effect.cpp:
* plugins/bass_booster/bass_booster.cpp:
* plugins/stereo_matrix/stereo_matrix.cpp:
* plugins/stereo_enhancer/stereo_enhancer.cpp:
- replaced old code with effect::checkGate() call
- various cleanups and minor optimizations
* src/core/effect_chain.cpp:
added debugging-code for determining buggy effect-plugins at higher
samplerates
* include/plugin.h:
introduced changable publicName-property
* include/effect.h:
* src/core/effect.cpp:
added checkGate()-function for reducing redundant code in effect-plugins
2008-05-17 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp: