Comment on the CLAP gesture handling
This commit is contained in:
parent
7339e8e956
commit
f98ba70764
1 changed files with 3 additions and 0 deletions
|
@ -663,6 +663,9 @@ impl<P: ClapPlugin> Wrapper<P> {
|
||||||
OutputParamChangeType::Normal => {
|
OutputParamChangeType::Normal => {
|
||||||
CLAP_EVENT_IS_LIVE | CLAP_EVENT_SHOULD_RECORD
|
CLAP_EVENT_IS_LIVE | CLAP_EVENT_SHOULD_RECORD
|
||||||
}
|
}
|
||||||
|
// XXX: Apparently you should have `CLAP_EVENT_SHOULD_RECORD` here, even if
|
||||||
|
// we're repeating old values. This parameter gesture handling in CLAP
|
||||||
|
// is currently a bit weird and error prone.
|
||||||
OutputParamChangeType::BeginGesture => {
|
OutputParamChangeType::BeginGesture => {
|
||||||
CLAP_EVENT_IS_LIVE | CLAP_EVENT_SHOULD_RECORD | CLAP_EVENT_BEGIN_ADJUST
|
CLAP_EVENT_IS_LIVE | CLAP_EVENT_SHOULD_RECORD | CLAP_EVENT_BEGIN_ADJUST
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue