clap

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

commit 74275e5adbdda1790c033b1e401ceb597df03464
parent 4df0fed2eac8bcaf968819898bb85aaf100dee61
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue,  7 Mar 2023 12:44:36 +0100

Oups

Diffstat:
Minclude/clap/plugin.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/plugin.h b/include/clap/plugin.h @@ -16,7 +16,7 @@ typedef struct clap_plugin_descriptor { // Otherwise the fields can be null or blank, though it is safer to make them blank. // // Some indications regarding id and version - // - id is an arbritray string which should be unique to your plugin, + // - id is an arbritrary string which should be unique to your plugin, // we encourage you to use a reverse URI eg: "com.u-he.diva" // - version is an arbitrary string which describes a plugin, // it is useful for the host to understand and be able to compare two different