clap

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

commit a0ad39b8cb84081374dd8d9a4597ccbbec1d2427
parent 33098d681504954c68a995bc08e4d41315a78c79
Author: git-moss <juergen.mossgraber@googlemail.com>
Date:   Tue, 15 Mar 2022 11:43:29 +0100

Fixed typo.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -134,7 +134,7 @@ and use to get a basic plugin experience: - [Avendish](https://github.com/celtera/avendish), a reflection-based API for media plug-ins in C++ which supports Clap - [nih-plug](https://github.com/robbert-vdh/nih-plug), an API-agnostic, Rust-based plugin framework aiming to reduce boilerplate without getting in your way -## Programming Language Bingings +## Programming Language Bindings - [clap-sys](https://github.com/glowcoil/clap-sys), rust binding - [CLAP-for-Delphi](https://github.com/Bremmers/CLAP-for-Delphi), Delphi binding