PiPedal 1.2.33 initial commit
This commit is contained in:
@@ -181,7 +181,7 @@ const GxTunerControl =
|
||||
hz = -1;
|
||||
midiNote = -1;
|
||||
} else {
|
||||
midiNote = Math.log2(hz/refFrequency)*12 + aOffset;
|
||||
midiNote = Math.log2(hz/refFrequency)*tet + aOffset;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user