Skip to content

Commit

Permalink
Document being-activated
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 authored and abique committed Nov 1, 2024
1 parent ae85a36 commit a5c7b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/clap/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a5c7b2c

Please sign in to comment.