-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Currently remidy-scan --full was intended to verify that instantiation of those plugins succeed. But since the way how this "plugin host" works is totally different from uapmd-app which provides full GUI controllers, there are plugins that crash only on remidy-scan, and there are too many now.
What made it worst is support for AUv3 plugins - they fail to return synchronously somehow (which might be fixable but no right idea), and currently we don't expose the AUv3 plugin details to the client on PluginCatalogEntry, so we cannot really skip all of them either.
At this state, I'm inclined to drop this feature from remidy-scan. Attempt to instantiate all the plugins should be still doable on uapmd-app with scripting interface, and it probably makes more sense.