Hey yall,
Wondering if anyone has any solutions to this problem.
I’m using a KnownPluginList and storing a bunch of PluginDescriptions for a users plugins.
I’m NOT looking to host the plugins just scan the data. The only way I know doing this is by using the VSTPluginFormat class and feeding it to KnownPluginList::scanAndAddFile
However, due to not having a VST2 sdk, It seems I can’t use the VSTPluginFormat class without getting some linking errors. Anyone know how I can still use the VSTPluginFormat for scanning the plugin, and/or a different method for getting VST Plugin information?
Thanks
