commit bc4ec086261460880a3aa7bcf1ed341f5900bda9
parent 9575c58696a3d21c3223b2cc374aa298037d8090
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 7 Feb 2022 18:51:04 +0100
Add a table of content
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -13,6 +13,17 @@
**CL**ever **A**udio **P**lugin.
+- [Learn about CLAP](#learn-about-clap)
+ - [Entry point](#entry-point)
+ - [Extensions](#extensions)
+ - [Fundamental extensions](#fundamental-extensions)
+ - [GUI extensions](#gui-extensions)
+ - [Extra extensions](#extra-extensions)
+- [Resources](#resources)
+ - [Programming Language Bingings](#programming-language-bingings)
+ - [Examples](#examples)
+ - [Community related projects](#community-related-projects)
+
# Learn about CLAP
To work with clap, include [clap/clap.h](include/clap/clap.h).
@@ -94,6 +105,8 @@ and use to get a basic plugin experience:
- [audio-ports-config](include/clap/ext/audio-ports-config.h), simple list of possible configurations
- [surround](include/clap/ext/draft/surround.h), inspect the surround channel mapping
+# Resources
+
## Programming Language Bingings
- [clap-sys](https://github.com/glowcoil/clap-sys), rust binding