diff --git a/source/backend/CarlaHostCommon.cpp b/source/backend/CarlaHostCommon.cpp index e83701736..b0b1e92d9 100644 --- a/source/backend/CarlaHostCommon.cpp +++ b/source/backend/CarlaHostCommon.cpp @@ -448,7 +448,7 @@ const CarlaCachedPluginInfo* carla_get_cached_plugin_info(PluginType ptype, uint if (typeNodes.contains(lv2World.class_instrument)) { info.category = CB::PLUGIN_CATEGORY_SYNTH; - info.hints |= PLUGIN_IS_SYNTH; + info.hints |= CB::PLUGIN_IS_SYNTH; } } diff --git a/source/carla_database.py b/source/carla_database.py index 39fc10b9e..8a6724506 100755 --- a/source/carla_database.py +++ b/source/carla_database.py @@ -1481,7 +1481,7 @@ class PluginDatabaseW(QDialog): internalCountNew = self.host.get_cached_plugin_count(PLUGIN_INTERNAL, "") lv2CountNew = self.host.get_cached_plugin_count(PLUGIN_LV2, LV2_PATH) - auCountNew = self.host.get_cached_plugin_count(PLUGIN_AU, AU_PATH) + auCountNew = self.host.get_cached_plugin_count(PLUGIN_AU, AU_PATH) if internalCountNew != internalCount or (len(internalPlugins) > 0 and len(internalPlugins[0]) > 0 and