From 1aab788c24273d7b16bca8a588d6678ab43f436f Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 31 Mar 2026 03:38:01 +0000 Subject: [PATCH] Add Nursery Rhymes & Ragtime genres, add Simple/Full note density toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New genres: - Nursery Rhymes (10 songs): Baa Baa Black Sheep, London Bridge, Old MacDonald, Row Row Row Your Boat, Three Blind Mice, Itsy Bitsy Spider, Pop Goes the Weasel, Hot Cross Buns, Jack and Jill, Humpty Dumpty — all at slow tempos (65-85 BPM) - Ragtime (8 songs): The Entertainer, Maple Leaf Rag, The Easy Winners, Elite Syncopations, Solace, Peacherine Rag, The Cascades, Pineapple Rag — all Scott Joplin (public domain) Simple/Full mode: - Toggle in Active Pads card switches between Full and Simple density - Simple mode enforces 350ms minimum gap between notes, removing rapid passages while keeping the melody recognizable - Works on both synth genres (classical/folk/etc) and rhythm patterns - Lightweight: just a filter on the note array, no piece data changes https://claude.ai/code/session_016nhMjrAqwWXKKgBm6EQuX1 --- index.html | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 204 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8619f58..e9e175f 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,12 @@ canvas{display:block;}

Active Pads

Toggle which pads show notes. Inactive pads still make sound when hit.

+
+ Note density: + + + Fewer notes for beginners +