free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

Pass IHostApplication host name #243

Closed defiantnerd closed 4 months ago

defiantnerd commented 4 months ago

When the CLAP retrieves the host name from the wrapper, the name of the original VST3 host is being passed through, in case the host provides an IHostApplication interface.

Additionally, getting the tailsize can be called without active state, so we return 0 in this case, otherwise the host checker might trigger.