Use proper 3rd trill value for readTrills()
This commit is contained in:
parent
e04a14ef95
commit
6f976ea14d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ void drawMenuCursor(byte itemNo, byte color){
|
||||||
|
|
||||||
static int readTrills() {
|
static int readTrills() {
|
||||||
readSwitches();
|
readSwitches();
|
||||||
return K5+2*K6+4*K7;
|
return K5+2*K6+trill3_interval*K7;
|
||||||
}
|
}
|
||||||
|
|
||||||
//***********************************************************
|
//***********************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue