add isVolGlobal to DivDispatch
do not key release on pendingNotes if so issue #1325
This commit is contained in:
parent
10ecc71a60
commit
9d410dfe9c
9 changed files with 26 additions and 1 deletions
|
|
@ -485,6 +485,12 @@ class DivDispatch {
|
|||
*/
|
||||
virtual bool keyOffAffectsPorta(int ch);
|
||||
|
||||
/**
|
||||
* test whether volume is global.
|
||||
* @return whether it is.
|
||||
*/
|
||||
virtual bool isVolGlobal();
|
||||
|
||||
/**
|
||||
* get the lowest note in a portamento.
|
||||
* @param ch the channel in question.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue