updated boolModel, split lb302 for MV but there is a bug

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@669 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-01-24 05:50:29 +00:00
parent 157940921c
commit 0f23db9f9a
10 changed files with 274 additions and 183 deletions

View File

@@ -1,3 +1,20 @@
2008-01-24 Paul Giblock <pgllama/at/gmail/dot/dotcom>
* include/automatable_model.h:
* src/widgets/knob.cpp:
* src/core/arp_and_chords_tab_widget.cpp:
* src/core/effect.cpp:
* src/core/ladspa_control.cpp:
* src/core/envelope_tab_widget.cpp:
* plugins/audio_file_processor/audio_file_processor.cpp:
add boolModel subclass in order to simplify the constructor
* plugins/lb302/lb302.cpp:
* plugins/lb302/lb302.h:
split lb302 for M/V. However, lmms_plugin_main() receives null data,
which means the instrumentTrack cannot be set..
2008-01-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/effect_chain.cpp: