clap

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

commit 67d14be23b16d5ad89fd3dfa4b285050d4df76ee
parent 46a0792d7c894db941e0e66babd095ba9c996b18
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 08:57:14 +0100

Mention clap-wrapper in README

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -12,6 +12,7 @@ - [Fundamental extensions](#fundamental-extensions) - [Support extensions](#support-extensions) - [Extra extensions](#extra-extensions) +- [Adapters](#adapters) - [Resources](#resources) - [Examples](#examples) - [Community related projects](#community-related-projects) @@ -102,6 +103,10 @@ and use to get a basic plugin experience: - [surround](include/clap/ext/draft/surround.h), inspect surround channel mapping - [ambisonic](include/clap/ext/draft/ambisonic.h), inspect ambisonic channel mapping +# Adapters + +- [clap-wrapper](https://github.com/free-audio/clap-wrapper), wrappers for using CLAP in other plugin environments + # Resources - [clap-validator](https://github.com/robbert-vdh/clap-validator), a validator and automatic test suite for CLAP plugins.