From 03683f9b7dd00a1767c46262c0efd42765fb3fa3 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Fri, 20 Sep 2024 02:36:58 -0500 Subject: [PATCH] Added sequences from the other night. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 572c950..7e1cbb5 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Note that, depending upon the configured log level, you may see a fair amount of (undermidi.device.conn:echo d "testing ...") (undermidi:play-note d 'C3) (undermidi:play-notes d '(C3 C3 Eb3 C3 C3 Bb3 C3 C4) 250 8) +(undermidi:play-notes d '(C3 C3 Eb3 C3 C3 Bb3 C3 C4) 250 8) +(undermidi:play-notes d '(E3 G3 C4 B3 E4 G4 C5 B4) 250 8) ``` ## API