From 5d53c14101a0b4b64d7dd9f1d3453b974b80093a Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Wed, 26 Apr 2017 20:43:10 -0700 Subject: [PATCH] Fix playback previous octave --- src/samplesrc/a2pwm/hilopwm.pla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samplesrc/a2pwm/hilopwm.pla b/src/samplesrc/a2pwm/hilopwm.pla index 015f750..866bc2e 100755 --- a/src/samplesrc/a2pwm/hilopwm.pla +++ b/src/samplesrc/a2pwm/hilopwm.pla @@ -333,7 +333,7 @@ def playback(idx) fin break is $08 // <- - if current.octave > 1 + if current.octave > 0 current.octave-- fin break