clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit f97535ac384d2815ad4691263697727392b77c81
parent 9f40eafdfeaec323c035fa8cdd2104b5c5ce0a15
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sat, 16 Oct 2021 18:02:20 +0200

Fix typo

Diffstat:
Minclude/clap/plugin.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/plugin.h b/include/clap/plugin.h @@ -145,7 +145,7 @@ struct clap_plugin_entry { // Get the invalidation source by its index. // [thread-safe] - const clap_plugin_invalidation_source *(*get_invalidation_sources)(uint32_t index); + const clap_plugin_invalidation_source *(*get_invalidation_source)(uint32_t index); // In case the host detected a invalidation event, it can call refresh() to let the // plugin_entry scan the set of plugins available.