clap

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

commit 3d918826ae8799b58b44891b17eaf146f8cf63cf
parent 55224a66e6c674d3820c31f0ccd3d75a6cefad20
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sat,  5 Feb 2022 18:03:15 +0100

Update README

Diffstat:
MREADME.md | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -94,13 +94,18 @@ and use to get a basic plugin experience: - [audio-ports-config](include/clap/ext/audio-ports-config.h), simple list of possible configurations - [surround](include/clap/ext/draft/surround.h), inspect the surround channel mapping +## 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 + ## Examples -- [clap-examples](https://github.com/free-audio/clap-examples), very simple host and plugins -- [clap-juce-extension ](https://github.com/free-audio/clap-juce-extension), juce add-on +- [clap-host](https://github.com/free-audio/clap-host), very simple host +- [clap-plugins](https://github.com/free-audio/clap-plugins), very simple plugins ## 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 -- [clap-sys](https://github.com/glowcoil/clap-sys), rust binding - [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