clap

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

commit a3d351a96f2a2829b3ad5313ba51010f8274f7de
parent 90093f6879c1b959f6eefb13a1d41bd340021f7e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 12 Jul 2022 11:24:07 +0200

Fix comment

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

diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h @@ -126,7 +126,7 @@ enum { // Does this parameter support the modulation signal? CLAP_PARAM_IS_MODULATABLE = 1 << 10, - // Does this parameter support per note automations? + // Does this parameter support per note modulations? CLAP_PARAM_IS_MODULATABLE_PER_NOTE_ID = 1 << 11, // Does this parameter support per key modulations?