From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- sound.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound.scm') diff --git a/sound.scm b/sound.scm index c78f6e7..2292520 100644 --- a/sound.scm +++ b/sound.scm @@ -1,8 +1,8 @@ -(module downstroke-sound * +(module (downstroke sound) * (import scheme (chicken base) (only srfi-1 for-each) - downstroke-mixer) + (downstroke mixer)) (define *sound-registry* '()) (define *music* #f) -- cgit v1.2.3