clap

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

commit 64134e11e9c04238923e7af57f60714c8fbd53c9
parent e60671bec244f794e52c4d2c13a374c79883c51b
Author: Tim Janik <timj@gnu.org>
Date:   Thu,  7 Jul 2022 02:12:30 +0200

INCLUDE: clap/ext/params.h: refer to clap_host_params.rescan(), fixes #130

Signed-off-by: Tim Janik <timj@gnu.org>

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

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -38,7 +38,7 @@ /// /// I. Loading a preset /// - load the preset in a temporary state -/// - call @ref clap_host_params.changed() if anything changed +/// - call @ref clap_host_params.rescan() if anything changed /// - call @ref clap_host_latency.changed() if latency changed /// - invalidate any other info that may be cached by the host /// - if the plugin is activated and the preset will introduce breaking changes