Detecting plug-in protocol

Hi.

How can I detect the current configuration of my plug-in (VST, AU,…)?

Thanks

Good question… I don’t think there is anything to tell you that.

One migt be able to use methods from Apple to query the bundle identifier (in our case, it's ending with .vst or .au), but I'd also be curious if there's a JUCE way to do it by now?

Doesn't AudioProcessor::wrapperType tell you that?

Works perfectly - thank you so much, I was not aware of AudioProcessor::wrapperType