Getting Plugin's image\thumbnail

Hello,

I am developing a VST3 host that should contain a plugin menu with their images, and I am wondering if there is already a VST3 API to ask a plugin for its image or should I create an extension that the plugins will need to implement?

Hi,
please read Log In - Steinberg Developer Help.

And have a look at the Module utility class, which has a helper function to get the paths to the snapshots.

I hope this helps,
Arne

Very helpful, thanks Arne.