clap

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

commit ac6924806636eb0d9f4a030051d9cfb26b02ccec
parent 48803fe177db696f982a19339ed9899bc98ecf4c
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 11 Oct 2023 15:24:07 +0200

Merge pull request #353 from defiantnerd/defiantnerd-next-1

clarify latency is defined in samples
Diffstat:
Minclude/clap/ext/latency.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/latency.h b/include/clap/ext/latency.h @@ -10,7 +10,7 @@ extern "C" { // The audio ports scan has to be done while the plugin is deactivated. typedef struct clap_plugin_latency { - // Returns the plugin latency. + // Returns the plugin latency in samples. // [main-thread] uint32_t(CLAP_ABI *get)(const clap_plugin_t *plugin); } clap_plugin_latency_t;