We’re having trouble loading FL Studio in our app as an AU plugin.
Currently we are loading it via it’s expected location in /Library/Audio/Plug-Ins/Components/
However this does not seem to work reliably, or at all, on some systems.
auval reports a missing URL for the plugin:
aumu BNDL FLAU - Image-Line: FL Studio (unknown URL)
The documentation for juce::PluginDescription::fileOrIdentifier says:
for an AU, this would be an ID string that the component manager
could use to retrieve the plug-in.
Where do we find the ID string for a given AU plugin?
