clap

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

commit 202c01d845eae72f2f9a1f6a4c4654b7b1145102
parent 345225c802ab5a0220f3856b2d574eedd0d71cde
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 15 Mar 2022 13:25:40 +0100

Merge pull request #65 from git-moss/main

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