Replies: 1 comment
-
There are two ways to migrate VST3(etc.) to CLAP: You can use the clap-wrapper project and specifically the The second option would be an - yet to define - extension to allow the host directly to swap the VST3 (or others) against the CLAP version. Yet, I am not sure if this really should be direct part of the CLAP SDK itself and if this is a viable solution for developers. And it only works when the host would natively support CLAP. |
Beta Was this translation helpful? Give feedback.
-
When a plugin vendor introduces CLAP support for his products which are already on the market, users might want to migrate their old projects that are still using VST/AU/whatever versions.
In the VST3 SDK, there exists a concept to tell the host application that a VST3 with a given UID may replace a VST2 plugin with a certain ID.
https://steinbergmedia.github.io/vst3_dev_portal/pages/Tutorials/Guideline+for+VST3+replacing+VST2.html
Has a similar idea been discussed for CLAP previously (i.e. allow VST2/VST3/AAX/AU -> CLAP migration)? My guess is that could be handled by some extension API.
Beta Was this translation helpful? Give feedback.
All reactions