From 7300c18eb589de2a9e14a74b1b544da2b0715db1 Mon Sep 17 00:00:00 2001 From: era Date: Sun, 17 Dec 2023 19:56:29 -0500 Subject: [PATCH] Update referenced function name in comment --- include/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 index 2ec7e025..33602634 100644 --- a/include/clap/ext/params.h +++ b/include/clap/ext/params.h @@ -12,7 +12,7 @@ /// The plugin is responsible for keeping its audio processor and its GUI in sync. /// /// The host can at any time read parameters' value on the [main-thread] using -/// @ref clap_plugin_params.value(). +/// @ref clap_plugin_params.get_value(). /// /// There are two options to communicate parameter value changes, and they are not concurrent. /// - send automation points during clap_plugin.process()