commit 7776ef1e076143b9f9a5c621e88d4f62a70d0f86 parent 6b3bfd852ce719146e82fda0035f46bad22bfa6f Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Tue, 3 May 2022 22:08:03 +0200 Update README Diffstat:
M | README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -24,7 +24,7 @@ - [Hosts](#hosts) - [Examples](#examples) - [Community related projects](#community-related-projects) - - [Programming Language Bingings](#programming-language-bingings) + - [Programming Language Bindings](#programming-language-bindings) # Learn about CLAP @@ -32,6 +32,8 @@ To work with clap, include [clap/clap.h](include/clap/clap.h). The two most important objects are `clap_host` and `clap_plugin`. +[src/plugin-template.c](src/plugin-template.c) is a very minimal plugin which demonstrates how to wire a CLAP plugin. + ## Entry point The entry point is declared in [entry.h](include/clap/entry.h).