Make sure the plugin analysis will appear in the VST gui when VST's compile in 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@5079 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7d2e28bba0
commit
be5d49bdac
@ -51,6 +51,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<PluginInsert> pi, boost::shared_ptr<
|
||||
|
||||
pack_start (preset_box, false, false);
|
||||
pack_start (socket, true, true);
|
||||
pack_start (plugin_analysis_expander, true, true);
|
||||
}
|
||||
|
||||
VSTPluginUI::~VSTPluginUI ()
|
||||
|
Loading…
Reference in New Issue
Block a user