Use proper 3rd trill value for readTrills()

This commit is contained in:
John Stäck 2019-07-27 00:02:25 +02:00
parent e04a14ef95
commit 6f976ea14d

View file

@ -366,7 +366,7 @@ void drawMenuCursor(byte itemNo, byte color){
static int readTrills() {
readSwitches();
return K5+2*K6+4*K7;
return K5+2*K6+trill3_interval*K7;
}
//***********************************************************