improved VST GUI embedding (closes #2167745)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1780 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-10-19 16:20:38 +00:00
parent 0d6eeafaba
commit 04053f53fb
4 changed files with 75 additions and 45 deletions

View File

@@ -1,3 +1,14 @@
2008-10-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vst_base/vst_plugin.h:
* plugins/vst_base/vst_plugin.cpp:
* plugins/vst_effect/vst_effect_control_dialog.cpp:
improved VST GUI embedding (closes #2167745)
* src/gui/track_container_view.cpp:
do not call method on deleted trackView but fetch pointer to track
before deleting trackView (fixes crash when removing a track)
2008-10-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/widgets/track_label_button.cpp: