Allow loading VST3 modules

Doesn't actually work yet or do anything, but it compiles and it runs.
This commit is contained in:
Robbert van der Helm
2020-12-02 19:09:55 +01:00
parent 211f6156a7
commit 0b462c034e
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -36,6 +36,8 @@ SMTG_EXPORT_SYMBOL Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory() {
// already implemented and which are left
// TODO: And when we get a query for some interface that we do not (yet)
// support, we should print some easy to spot warning message
// TODO: Check whether `IPlugView::isPlatformTypeSupported` needs
// special handling.
// TODO: Should we always use plugin groups or for VST3 plugins? Since
// they seem to be very keen on sharing resources and leaving
// modules loaded.