From a5c7b2c6ffea913aad8d41c941366466c951a103 Mon Sep 17 00:00:00 2001 From: jatin Date: Thu, 24 Oct 2024 22:00:16 -0700 Subject: [PATCH] Document being-activated --- include/clap/plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clap/plugin.h b/include/clap/plugin.h index 7e83074b..0a239457 100644 --- a/include/clap/plugin.h +++ b/include/clap/plugin.h @@ -61,6 +61,7 @@ typedef struct clap_plugin { // In this call the plugin may allocate memory and prepare everything needed for the process // call. The process's sample rate will be constant and process's frame count will included in // the [min, max] range, which is bounded by [1, INT32_MAX]. + // In this call the plugin may call host-provided methods marked [being-activated]. // Once activated the latency and port configuration must remain constant, until deactivation. // Returns true on success. // [main-thread & !active]