clap

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

commit 4c5807040bcc2431819b94ed6a2a3dbf195316f7
parent d8b7bba8fe18204dddde21c39acf717ec5b563fc
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 18 Dec 2023 09:15:41 +0100

Merge pull request #369 from cubicvoid/param-function-ref

Correct referenced function name in comment
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 @@ -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()