commit 8f010cc9d2a4cce4f9cce4ee16794e091dc39df7
parent 84531b931c12285097746a9cae77690a680b8aa0
Author: schwa <schwa@cockos.com>
Date: Fri, 2 Dec 2022 07:59:48 -0500
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), 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