clap

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

commit 45c657dcb265aa2288e4e5d04656bc41498325ef
parent 088f5480fc5f32fdc673b5d9609015df96946ecf
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu,  7 Jul 2022 10:26:27 +0200

Merge pull request #132 from tim-janik/issues-130

INCLUDE: clap/ext/params.h: refer to clap_host_params.rescan(), fixes #130
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