Bug fix: GxTuner not working.

This commit is contained in:
Robin Davies
2024-10-12 22:09:21 -04:00
parent bd7cdeba22
commit fec62960ad
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -176,7 +176,8 @@ const GxTunerControl =
{
midiNote = value;
} else {
if (value < 65)
hz = value;
if (hz < 65)
{
hz = -1;
midiNote = -1;