free-audio / clap-wrapper

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

Implement offline processing for CLAPs #250

Closed defiantnerd closed 4 months ago

defiantnerd commented 4 months ago

adapting VST3 IComponent::setIoMode and CLAP extension clap.render, see https://github.com/free-audio/clap-wrapper/issues/12

defiantnerd commented 4 months ago

I am confused regarding the difference between IComponent::setIoMode() and IAudioComponent::setupProcessing(). The documentation is - as usual - very thin.