clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 55d75cec9b36de6233b270fbeb3549ba7c2b2f01
parent ca5b3dc34d064851d932b1b2245484c4380b133e
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Fri, 25 Feb 2022 18:26:47 +0100

Merge branch 'main' into next

Diffstat:
MREADME.md | 27+++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -20,9 +20,11 @@ - [GUI extensions](#gui-extensions) - [Extra extensions](#extra-extensions) - [Resources](#resources) - - [Programming Language Bingings](#programming-language-bingings) + - [Plugins](#plugins) + - [Hosts](#hosts) - [Examples](#examples) - [Community related projects](#community-related-projects) + - [Programming Language Bingings](#programming-language-bingings) # Learn about CLAP @@ -107,18 +109,32 @@ and use to get a basic plugin experience: # Resources -## Programming Language Bingings +## Plugins -- [clap-sys](https://github.com/glowcoil/clap-sys), rust binding -- [CLAP-for-Delphi](https://github.com/Bremmers/CLAP-for-Delphi), Delphi binding +- [u-he](https://u-he.com/fwd/clap/), synthesizers and effects +- [Surge](https://surge-synthesizer.github.io/), open source synthesizer and effect + - CLAP is enabled in [nightly builds](https://github.com/surge-synthesizer/releases-xt/releases/tag/Nightly) + +## Hosts + +- [Bitwig](https://bitwig.com), DAW + - To enable CLAP, you need at least _Bitwig Studio 4.2 Beta 1_ and you'll have to add `clap : true` to: + - Linux: `$HOME/.BitwigStudio/config.json` + - macOS: `$HOME/Library/Application Support/Bitwig/Bitwig Studio/config.json` + - Windows: `%LOCALAPPDATA%\Bitwig Studio\config.json` ## Examples - [clap-host](https://github.com/free-audio/clap-host), very simple host - [clap-plugins](https://github.com/free-audio/clap-plugins), very simple plugins +- [schwaaa's plugin](https://github.com/schwaaa/clap-plugin), basic example for prototyping CLAP audio plugins using Dear ImGui as the user interface ## Community related projects - [clap-juce-extension](https://github.com/free-audio/clap-juce-extension), juce add-on - [MIP2](https://github.com/skei/MIP2), host and plugins -- [schwaaa's plugin](https://github.com/schwaaa/clap-plugin), basic example for prototyping CLAP audio plugins using Dear ImGui as the user interface -\ No newline at end of file + +## Programming Language Bingings + +- [clap-sys](https://github.com/glowcoil/clap-sys), rust binding +- [CLAP-for-Delphi](https://github.com/Bremmers/CLAP-for-Delphi), Delphi binding