File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ extern "C" {
1010
1111typedef struct clap_plugin_latency {
1212 // Returns the plugin latency in samples.
13- // [main-thread & active]
13+ // [main-thread & (being-activated | active) ]
1414 uint32_t (CLAP_ABI * get )(const clap_plugin_t * plugin );
1515} clap_plugin_latency_t ;
1616
1717typedef struct clap_host_latency {
1818 // Tell the host that the latency changed.
19- // The latency is only allowed to change if the plugin is deactivated .
19+ // The latency is only allowed to change during plugin->activate .
2020 // If the plugin is activated, call host->request_restart()
21- // [main-thread]
21+ // [main-thread & being-activated ]
2222 void (CLAP_ABI * changed )(const clap_host_t * host );
2323} clap_host_latency_t ;
2424
You can’t perform that action at this time.
0 commit comments