From 1ab9126d97d3ac71221c6407d4f47fa989a20134 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 2 Jan 2024 00:55:51 +0100 Subject: [PATCH] synchroscope (part 4) --- osc.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.lisp b/osc.lisp index 37a6d48..d802878 100644 --- a/osc.lisp +++ b/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