commit 4021775646512cc2de07b2f68b951bad1481a5dc parent 63ba64843e53f7fabd0548f1620526fe2c3015c6 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Mon, 17 Oct 2022 18:20:54 +0200 Doc. Diffstat:
M | include/clap/ext/params.h | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -181,8 +181,9 @@ typedef struct clap_param_info { // in events addressing parameters. // - The plugin must gracefully handle the case of a cookie // which is nullptr. - // - Many plugins will deliver better performance if the host can provide - // the cookie in a faster time than a hashmap lookup per param per event. + // - Many plugins will process the parameter events more quickly if the host + // can provide the cookie in a faster time than a hashmap lookup per param + // per event. void *cookie; // the display name