clap

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

commit 7d2f38741c95c061674542aef89aa0155ee06fcd
parent c8123d49a2409a9fc0940ac6ef43238d74cb09b6
Author: Sam Windell <info@frozenplain.com>
Date:   Mon, 26 Dec 2022 16:47:02 +0000

Remove sentence in comment that is overly verbose

Diffstat:
Minclude/clap/ext/params.h | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -245,9 +245,8 @@ typedef struct clap_plugin_params { bool(CLAP_ABI *get_value)(const clap_plugin_t *plugin, clap_id param_id, double *out_value); // Fills out_buffer with a null-terminated UTF-8 string that represents the parameter at the - // given 'value' argument. eg: "2.3 kHz". Returns true on success. Returns false if the text + - // null-terminator is greater than out_buffer_capacity. The host should always use this to format - // parameter values before displaying it to the user. [main-thread] + // given 'value' argument. eg: "2.3 kHz". Returns true on success. The host should always use + // this to format parameter values before displaying it to the user. [main-thread] bool(CLAP_ABI *value_to_text)(const clap_plugin_t *plugin, clap_id param_id, double value,