clap

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

commit bc76b8838738b225d5c0fc4cd6accfad264618a8
parent 1e14030efb752a30d9344841ef2ab85058d4dc17
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue,  3 May 2022 22:22:54 +0200

Update README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -32,7 +32,7 @@ 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. +[src/plugin-template.c](src/plugin-template.c) is a very minimal example which demonstrates how to wire a CLAP plugin. ## Entry point