Skip to content
Paul edited this page Nov 13, 2023 · 13 revisions

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

Core Documentation

Core Developer Documentation explains how to use the wrapper system and the variety of deployment options we provide. Start here.

Additional Documentation: