diff --git a/gtk2_ardour/generic_pluginui.cc b/gtk2_ardour/generic_pluginui.cc index feea27b0b9..79373af836 100644 --- a/gtk2_ardour/generic_pluginui.cc +++ b/gtk2_ardour/generic_pluginui.cc @@ -340,7 +340,9 @@ GenericPluginUI::build () << " type " << d->datatype << std::endl; } } - plugin->announce_property_values(); + if (!descs.empty()) { + plugin->announce_property_values(); + } // Iterate over the list of controls to find which adjacent controls // are similar enough to be grouped together.