commit 1bcd26f5c8ecbca7bd560c53c069a2688bb3a28b
parent b2f5562fdcbe69c1608e395d22b235af803923da
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 12 Jul 2022 10:01:59 +0200
Merge pull request #138 from xris1658/patch-1
Update comments of params.h
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h
@@ -129,13 +129,13 @@ enum {
// Does this parameter support per note automations?
CLAP_PARAM_IS_MODULATABLE_PER_NOTE_ID = 1 << 11,
- // Does this parameter support per key automations?
+ // Does this parameter support per key modulations?
CLAP_PARAM_IS_MODULATABLE_PER_KEY = 1 << 12,
- // Does this parameter support per channel automations?
+ // Does this parameter support per channel modulations?
CLAP_PARAM_IS_MODULATABLE_PER_CHANNEL = 1 << 13,
- // Does this parameter support per port automations?
+ // Does this parameter support per port modulations?
CLAP_PARAM_IS_MODULATABLE_PER_PORT = 1 << 14,
// Any change to this parameter will affect the plugin output and requires to be done via