add isVolGlobal to DivDispatch

do not key release on pendingNotes if so
issue #1325
This commit is contained in:
tildearrow 2023-08-07 18:05:31 -05:00
parent 10ecc71a60
commit 9d410dfe9c
9 changed files with 26 additions and 1 deletions

View file

@ -257,6 +257,10 @@ void DivPlatformTED::forceIns() {
updateCtrl=true;
}
bool DivPlatformTED::isVolGlobal() {
return true;
}
void* DivPlatformTED::getChanState(int ch) {
return &chan[ch];
}