Bug fix in storing notes for parallel chord.
This commit is contained in:
parent
5542a840c6
commit
c2a17697a7
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ void loop() {
|
|||
|
||||
if (slurSustain){
|
||||
addedIntervals++;
|
||||
slurInterval[addedIntervals] = fingeredNote - slurBase;
|
||||
slurInterval[addedIntervals-1] = fingeredNote - slurBase;
|
||||
}
|
||||
activeNote=fingeredNote;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue