clap

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

commit 1a1e538ed81d381467bf5d219cb02a0b3bebb026
parent 165ba1ca8b2a5df7455da29ff4f4931da522e06b
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 08:58:33 +0100

Merge pull request #216 from abique/next

Mention clap-wrapper
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.