mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Don't complain about properties with plugins that do not support them.
This commit is contained in:
parent
b6d8805961
commit
0178f85b05
1 changed files with 3 additions and 1 deletions
|
|
@ -340,7 +340,9 @@ GenericPluginUI::build ()
|
||||||
<< " type " << d->datatype << std::endl;
|
<< " 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
|
// Iterate over the list of controls to find which adjacent controls
|
||||||
// are similar enough to be grouped together.
|
// are similar enough to be grouped together.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue