From 40867d899149abefa61451e6b90ea4e1345c00a3 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 17 Dec 2022 23:01:51 -0600 Subject: Make music repeat every 3 instead of 6.28 --- music.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music.scm b/music.scm index 1098ab3..0c35ee1 100644 --- a/music.scm +++ b/music.scm @@ -15,5 +15,5 @@ )) (define (music t) ( - melody (floor-remainder t 6.28) + melody (floor-remainder t 3) )) -- cgit v1.2.3-70-g09d2