mo-foss / vclap-plugin

Demonstration of a CLAP audio plugin in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLAP plugin in V

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.

Quickstart

Ensure you have a working V language environment.

On top of that you'd need:

  • GNU Make
  • GCC
  • libxcb
  • libxmdcp
  • libxau

Start with:

git clone https://github.com/mo-foss/vclap.git
cd vclap
v install
make

To confirm the plugin was built correctly you can use this tool:

clap-info build/hello_world.clap

To test with your DAW, you have to make it discoverable:

make install

Here is the plugin being correctly loaded in Bitwig Studio 5.1:

About

Demonstration of a CLAP audio plugin in V

License:MIT License


Languages

Language:V 94.6%Language:Makefile 5.4%