Commit 8323ec1 1 parent 3c18216 commit 8323ec1 Copy full SHA for 8323ec1
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ extern "C" {
10
10
11
11
typedef struct clap_plugin_latency {
12
12
// Returns the plugin latency in samples.
13
- // [main-thread & active]
13
+ // [main-thread & (being-activated | active) ]
14
14
uint32_t (CLAP_ABI * get )(const clap_plugin_t * plugin );
15
15
} clap_plugin_latency_t ;
16
16
17
17
typedef struct clap_host_latency {
18
18
// 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 .
20
20
// If the plugin is activated, call host->request_restart()
21
- // [main-thread]
21
+ // [main-thread & being-activated ]
22
22
void (CLAP_ABI * changed )(const clap_host_t * host );
23
23
} clap_host_latency_t ;
24
24
You can’t perform that action at this time.
0 commit comments