13
0

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:
Sampo Savolainen 2009-05-14 20:18:09 +00:00
parent 7d2e28bba0
commit be5d49bdac

View File

@ -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 ()