Wrapping clap for other formats #190
Replies: 2 comments 2 replies
-
Hi Sam, Thank you. That sounds great, and it's exactly what we had in mind! The first wrapper (CLAP-as-VST3) is ready for testing on macOS and Windows, with a few minor tasks left on Linux: https://github.com/defiantnerd/clap-wrapper When compiled, it is a 300k binary. You need to name it to the CLAP plug-in you wish to wrap, and then it'll load the CLAP and expose itself as a VST3 version of said plug-in. Further extensions for AU are next on the list. |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried going the other direction? I.e., VST plugins wrapped with a CLAP interface. |
Beta Was this translation helpful? Give feedback.
-
First of all, I'm delighted to see this new format! A simple, well designed C API is exactly what is needed for a plugin format IMO.
I'm evaluating whether to change my plugin to use CLAP as its main API, and then creating wrapper layers onto of clap for the other formats that I have to support (VST3, AU, etc.). I need to transition my plugin from an old style VST2 infrastructure to more modern APIs.
The webpage says that wrappers is something that some people have already started and could be open source too. Is there any news on that? And do you have any advice for what I'm trying to achieve?
Beta Was this translation helpful? Give feedback.
All reactions