clap

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

commit ec4a6e8870a6e5b6be01d69def2d08c057d05252
parent 6f127cb6d510e78b745a4799963fe31df1d9251a
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue,  7 Mar 2023 10:12:18 +0100

Fixes #278

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

diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h @@ -132,6 +132,8 @@ typedef struct clap_plugin_gui { // If the plugin prefers to work out the scaling factor itself by querying the OS directly, // then ignore the call. // + // scale = 2 means 200% scaling. + // // Returns true if the scaling could be applied // Returns false if the call was ignored, or the scaling could not be applied. // [main-thread]