synchroscope (part 4)
This commit is contained in:
parent
2bad195b15
commit
1ab9126d97
1 changed files with 1 additions and 1 deletions
2
osc.lisp
2
osc.lisp
|
@ -117,7 +117,7 @@
|
|||
(:false (write-to-vector #\F))
|
||||
(:null (write-to-vector #\N))
|
||||
(:impulse (write-to-vector #\I))))
|
||||
(null ('false (write-to-vector #\F)))
|
||||
(null (write-to-vector #\F))
|
||||
;; anything else is treated as a blob
|
||||
(t (write-to-vector #\b)))))
|
||||
(cat lump
|
||||
|
|
Loading…
Reference in a new issue