clap

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

commit 2d66a944f42e5cf8c3260b4c961fea9558667610
parent a7af0cf1c605cbc43e75efdacf7a57f9d46691ab
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Wed,  2 Jun 2021 22:25:41 +0200

Add comment

Diffstat:
Minclude/clap/ext/thread-check.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/thread-check.h b/include/clap/ext/thread-check.h @@ -10,6 +10,7 @@ extern "C" { // This interface is useful to do runtime checks and make // sure that the functions are called on the correct threads. +// It is highly recommended to implement this extension typedef struct clap_host_thread_check { // Returns true if the "this" thread is the main thread. // [thread-safe]