Skip to content

Commit

Permalink
Merge pull request #369 from cubicvoid/param-function-ref
Browse files Browse the repository at this point in the history
Correct referenced function name in comment
  • Loading branch information
abique authored Dec 18, 2023
2 parents d8b7bba + 7300c18 commit 4c58070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4c58070

Please sign in to comment.