diff --git a/src/samplesrc/a2pwm/hilopwm.pla b/src/samplesrc/a2pwm/hilopwm.pla index 463a891..0a601a9 100755 --- a/src/samplesrc/a2pwm/hilopwm.pla +++ b/src/samplesrc/a2pwm/hilopwm.pla @@ -199,7 +199,7 @@ def showMainPanel showDuration showWaveform showLFO - putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.1a") + putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.2") normal putsxy(1, 0, "1-8") gotoxy(34, 0); putc('<') @@ -432,7 +432,7 @@ def main memcpy(@record.stateStart, @current, t_state) record.absStart = TRUE record.sequence = 0 - flash + normal putsxy(29, 3, "RECORDING") inverse key = 0 diff --git a/src/samplesrc/a2pwm/lfo.po b/src/samplesrc/a2pwm/lfo.po index 504a20f..9ded1d2 100755 Binary files a/src/samplesrc/a2pwm/lfo.po and b/src/samplesrc/a2pwm/lfo.po differ diff --git a/src/samplesrc/a2pwm/util.pla b/src/samplesrc/a2pwm/util.pla index 7c08fd4..89a31c1 100644 --- a/src/samplesrc/a2pwm/util.pla +++ b/src/samplesrc/a2pwm/util.pla @@ -347,9 +347,6 @@ end def inverse ^$32 = $3F end -def flash - ^$32 = $1F -end def gotoxy(x, y) ^$24 = x + ^$20 return call($FB5B, y + ^$22, 0, 0, 0)