clap

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

commit 7f95b066cf3a67bf23bfcea01cdc49125bef870a
parent 3d918826ae8799b58b44891b17eaf146f8cf63cf
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Sun,  6 Feb 2022 18:38:50 +0100

Update documentation

Diffstat:
Minclude/clap/ext/gui.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -55,7 +55,7 @@ typedef struct clap_plugin_gui { // [main-thread,optional] bool (*set_scale)(const clap_plugin_t *plugin, double scale); - // Get the current size of the plugin UI, with the scaling applied. + // Get the current size of the plugin UI, in physical pixels. // clap_plugin_gui->create() must have been called prior to asking the size. // [main-thread] bool (*get_size)(const clap_plugin_t *plugin, uint32_t *width, uint32_t *height);