Fix 80-column fixtures and tutorial expectations
Some checks failed
akbasic CI Build / cmake_build (push) Successful in 3m35s
akbasic CI Build / sanitizers (push) Successful in 4m40s
akbasic CI Build / coverage (push) Successful in 3m56s
akbasic CI Build / akgl_build (push) Has been cancelled
akbasic CI Build / mutation_test (push) Has been cancelled
Some checks failed
akbasic CI Build / cmake_build (push) Successful in 3m35s
akbasic CI Build / sanitizers (push) Successful in 4m40s
akbasic CI Build / coverage (push) Successful in 3m56s
akbasic CI Build / akgl_build (push) Has been cancelled
akbasic CI Build / mutation_test (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
10 REM FILTER has no device capability behind it -- akgl_audio_* synthesises and
|
||||
20 REM mixes but has no filter stage, and SDL3 supplies no primitive to build one
|
||||
30 REM from. It is refused rather than silently ignored, so a program that asked
|
||||
10 REM FILTER has no device capability; akgl_audio_* synthesises and mixes but
|
||||
20 REM has no filter stage, and SDL3 supplies no primitive to build one from.
|
||||
30 REM It is refused rather than silently ignored, so a program that asked
|
||||
40 REM for a low-pass finds out it did not get one.
|
||||
50 PRINT "BEFORE"
|
||||
60 FILTER 1000, 1, 0, 0, 5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
10 REM The standalone driver lends the script no audio device. ENVELOPE, VOL and
|
||||
10 REM The standalone driver lends the script no audio device. ENVELOPE, VOL,
|
||||
20 REM TEMPO only change interpreter state, so they work regardless; SOUND and
|
||||
30 REM PLAY need the device and must name themselves when there is none.
|
||||
40 ENVELOPE 1, 5, 9, 12, 2
|
||||
|
||||
Reference in New Issue
Block a user