commit 3b535c34538c4b1c47aa6ab621e5f5fa8122960b
parent dcbc3494a8c00ce8907f8e85ea448435a5e34870
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 8 Mar 2022 13:23:13 +0100
Not good!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h
@@ -105,7 +105,7 @@ enum {
// It implies that the parameter is stepped.
// min: 0 -> bypass off
// max: 1 -> bypass on
- CLAP_PARAM_IS_BYPASS = (1 << 6) | CLAP_PARAM_IS_STEPPED,
+ CLAP_PARAM_IS_BYPASS = 1 << 6,
// The parameter can't be changed by the host.
CLAP_PARAM_IS_READONLY = 1 << 7,