From dcd29e318c87915263a62bc8b53df1725f71ddd9 Mon Sep 17 00:00:00 2001 From: defiantnerd <97224712+defiantnerd@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:24:25 +0200 Subject: [PATCH] clarify latency is defined in samples using the same wording as in tail extension to clarify details. --- include/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 index ca068cab..862b3341 100644 --- 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;