Demonstration of a CLAP audio plugin in V.
Built on top of clap library for V language.
Current features:
- Builds a spec-compliant CLAP plugin.
- Shows a barebones GUI based on XCB/X11 (no controls).
- Runs under Bitwig Studio on Linux.
Ensure you have a working V language environment.
On top of that you'd need:
- GNU Make
- GCC
libxcblibxmdcplibxau
Start with:
git clone https://github.com/mo-foss/vclap.git
cd vclap
v install
makeTo confirm the plugin was built correctly you can use this tool:
clap-info build/hello_world.clapTo test with your DAW, you have to make it discoverable:
make install
Here is the plugin being correctly loaded in Bitwig Studio 5.1:
