clap

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

commit 6b3bfd852ce719146e82fda0035f46bad22bfa6f
parent ab615b89ca68bf0e4c83f5688d47ca1624340282
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue,  3 May 2022 22:00:56 +0200

Add comment

Diffstat:
Msrc/plugin-template.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/plugin-template.c b/src/plugin-template.c @@ -1,3 +1,8 @@ +// This file is here to demonstrate how to wire a CLAP plugin +// You can use it as a starting point, however if you are implementing a C++ +// plugin, I'd encourage you to use the C++ glue layer instead: +// https://github.com/free-audio/clap-helpers/blob/main/include/clap/helpers/plugin.hh + #include <string.h> #include <stdlib.h> #include <stdio.h>