clap

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

commit 5b7bcee6650dd66d10dbafa6dc0363a4049e3555
parent feb11fb2df33af87a5c1ef84efc5fe04b124d15c
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  9 Jan 2023 15:24:11 +0100

Merge pull request #281 from Trinitou/patch-1

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

diff --git a/README.md b/README.md @@ -37,7 +37,7 @@ The entry point is declared in [entry.h](include/clap/entry.h). ## Extensions -Most features comes from extensions, which are in fact C interfaces. +Most features come from extensions, which are in fact C interfaces. ```C // host extension const clap_host_log *log = host->extension(host, CLAP_EXT_LOG);