Bug fix in storing notes for parallel chord.

This commit is contained in:
Johan Berglund 2017-09-17 12:34:19 +02:00
parent 5542a840c6
commit c2a17697a7

View file

@ -708,7 +708,7 @@ void loop() {
if (slurSustain){
addedIntervals++;
slurInterval[addedIntervals] = fingeredNote - slurBase;
slurInterval[addedIntervals-1] = fingeredNote - slurBase;
}
activeNote=fingeredNote;
}