several fixes regarding effects and their integration into M/V-architecture

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@646 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-01-05 00:16:49 +00:00
parent 00d2d4a5d3
commit 7e67f12f16
19 changed files with 104 additions and 73 deletions

View File

@@ -1,3 +1,28 @@
2008-01-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp:
* plugins/ladspa_effect/ladspa_control_dialog.cpp:
* plugins/ladspa_effect/ladspa_control_dialog.h:
minor fixes in order to compile again with lately changed effect-API
* src/core/effect_tab_widget.cpp:
* src/lib/mmp.cpp:
renabled XML-attribute "fxdisabled" to "fxenabled"
* src/core/effect_tab_widget.cpp:
* include/effect_tab_widget.h:
made effects working again by using effect-chain's m_enabledModel as
model for effect-groupbox
* include/effect_chain.h:
* src/core/effect_chain.cpp:
* src/core/effect_tab_widget.cpp:
removed bypassed-property and introduced m_enabledModel
* include/effect.h:
- made lot of methods const
- renamed enabled() to isEnabled()
2008-01-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/bb_editor.cpp: