You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clap-wrapper project provides tools to run a CLAP plugin as other plugin formats in non-CLAP hosts
and as standalone executables. Using multiple strategies and projecting into multiple formats, the project provides
the C++ and CMake tools needed to re-deploy your CLAP, and allows a form of clap-first development.
Quick Starts
There are two ways to use the wrapper. You can integrate the wrapper into your current CMake based CLAP build and simply have additional
targets, or you can build a CLAP through some other mechanism then have a standalone CMake project to build your wrappers. We have
quick start guides for both