clap

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

commit 19bf990591af52cba279a82ba3d054b3f9350881
parent 65951a1cb4d3e9d56dad19498f88bbfff7aeb346
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 12 Dec 2022 13:14:48 +0100

Remove schwa's plugins on his request from the readme

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

diff --git a/README.md b/README.md @@ -12,6 +12,7 @@ - [Fundamental extensions](#fundamental-extensions) - [Support extensions](#support-extensions) - [Extra extensions](#extra-extensions) + - [Third-party extensions](#third-party-extensions) - [Adapters](#adapters) - [Resources](#resources) - [Examples](#examples) @@ -120,7 +121,6 @@ and use to get a basic plugin experience: - [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