Skip to content

Commit

Permalink
notjusthosts
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 27, 2024
1 parent 6507fc3 commit 2536ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ typedef struct clap_host {
// available main thread time slice. Typically callbacks occur withink 33ms / 30hz.
// Despite this guidance, plugins should not make assumptions about the exactness of timing for
// a main thread callback, but hosts should endeavour to be prompt. For example, in high load situations
// the host may starve the gui/main thread in favor of audio processing, leading to substantially
// the environment may starve the gui/main thread in favor of audio processing, leading to substantially
// longer latencies for the callback than the indicative times given here.
// [thread-safe]
void(CLAP_ABI *request_callback)(const struct clap_host *host);
Expand Down

0 comments on commit 2536ddc

Please sign in to comment.