commit 8beec77e3944b1fc29d44ca4bc15eac69d531d97
parent 28ff841c5ef4b5130607f44cb70179e536efdef5
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 2 Dec 2022 22:14:50 +0100
Merge pull request #231 from schwaaa/cockos_extension
document cockos.reaper_extension
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -103,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
+## Third-party extensions
+
+- [`cockos.reaper_extension`](https://github.com/justinfrankel/reaper-sdk/blob/main/reaper-plugins/reaper_plugin.h#L138), access the [REAPER](http://reaper.fm) API
+
# Adapters
- [clap-wrapper](https://github.com/free-audio/clap-wrapper), wrappers for using CLAP in other plugin environments