clap

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

commit 2d1ae7dedcfaf9bc03e4a44accf15d7eef7639e8
parent 73ee4148455519708ed4fe4d09b5efc42a925efa
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 20 Dec 2023 12:41:06 +0100

Various language fixes

Diffstat:
MChangeLog.md | 4++--
Mconventions/extension-id.md | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -24,7 +24,7 @@ Note: we kept the last draft factory ID in order to not break plugins already us * [events.h](include/clap/events.h): Clarify how "Port Channel Key NoteID" matching works * [plugin.h](include/clap/plugin.h): Style cleanup * [params.h](include/clap/ext/params.h): Fix incorrect function name reference -* [latency.h](include/clap/ext/latency.h): Precise that the latency can only be fetched when the plugin is activated +* [latency.h](include/clap/ext/latency.h): Clarify that the latency can only be fetched when the plugin is activated ## Conventions @@ -32,7 +32,7 @@ Note: we kept the last draft factory ID in order to not break plugins already us ## Plugin Template -* [plugin-template.c](src/plugin-template.c): Add exemple code for safer clap entry initialization +* [plugin-template.c](src/plugin-template.c): Add example code for safer clap entry initialization # Changes in 1.1.11 diff --git a/conventions/extension-id.md b/conventions/extension-id.md @@ -17,7 +17,7 @@ An extension is considered a draft extension if it is in the [draft](../include/ When the extension is migrating from draft to stable, its extension ID must not change. -All extensions must go first though a draft phase. +All extensions must go though the draft phase first. ## For factory ID