clap

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

commit 48c39552dbbd5248e129d810f1b0783f144ddccd
parent 9d3f06f3685bd7006844baf3d6160470b5a96d90
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 20 Jun 2022 12:21:28 +0200

Fixed typo for NIH

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

diff --git a/README.md b/README.md @@ -129,7 +129,7 @@ and use to get a basic plugin experience: - [clap-juce-extension](https://github.com/free-audio/clap-juce-extension), juce add-on - [MIP2](https://github.com/skei/MIP2), host and plugins - [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 +- [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 Bindings