commit 7adbda2291210f1b461ff6a20b7d0bff5f6b0213 parent 31a4e93a16036038acf51288e7b02f53f9c2107a Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Sat, 29 Jan 2022 13:59:27 +0100 Fix doc Diffstat:
M | include/clap/ext/params.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -70,9 +70,9 @@ /// - if the plugin is activated call clap_host->restart() /// - once the plugin isn't active: /// - apply the new state -/// - call clap_host_params->rescan(CLAP_PARAM_RESCAN_ALL) -/// - if a parameter is created with an id that may have been used before, +/// - if a parameter is gone or is created with an id that may have been used before, /// call clap_host_params.clear(host, param_id, CLAP_PARAM_CLEAR_ALL) +/// - call clap_host_params->rescan(CLAP_PARAM_RESCAN_ALL) static CLAP_CONSTEXPR const char CLAP_EXT_PARAMS[] = "clap.params";