Reformat
This commit is contained in:
parent
f304c0b988
commit
d00115ed7d
1 changed files with 1 additions and 2 deletions
|
|
@ -1648,8 +1648,7 @@ bool Voice::checkOffGroup(const Region* other, int delay, int noteNumber) noexce
|
|||
if (impl.released())
|
||||
return false;
|
||||
|
||||
if (
|
||||
(impl.triggerEvent_.type == TriggerEventType::NoteOn
|
||||
if ((impl.triggerEvent_.type == TriggerEventType::NoteOn
|
||||
|| impl.triggerEvent_.type == TriggerEventType::CC)
|
||||
&& region->offBy && *region->offBy == other->group
|
||||
&& (region->group != other->group || noteNumber != impl.triggerEvent_.number)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue