groups in MIDI bindings and info dialog. Momentary swtiches, Progress ctl,, TooB Looper and Record plugins.

This commit is contained in:
Robin E. R. Davies
2025-03-12 20:52:56 -04:00
parent eb7a7f3a48
commit 28f4aeafe2
32 changed files with 3526 additions and 264 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ const GxTunerControl =
let nameIndex = noteNumber -octave* tet;
if (nameIndex < 0) nameIndex += tet;
name = names[ nameIndex ] + (octave-2);
name = names[ nameIndex ] + (octave-1);
valid = true;
fraction = note-noteNumber;
if (fraction >= 0) {