Skip to content

Commit

Permalink
Merge pull request #353 from defiantnerd/defiantnerd-next-1
Browse files Browse the repository at this point in the history
clarify latency is defined in samples
  • Loading branch information
abique authored Oct 11, 2023
2 parents 48803fe + dcd29e3 commit ac69248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/latency.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

// The audio ports scan has to be done while the plugin is deactivated.
typedef struct clap_plugin_latency {
// Returns the plugin latency.
// Returns the plugin latency in samples.
// [main-thread]
uint32_t(CLAP_ABI *get)(const clap_plugin_t *plugin);
} clap_plugin_latency_t;
Expand Down

0 comments on commit ac69248

Please sign in to comment.