From c7f800f321b1a7a0699caa621425f8ed6cfdbf37 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 31 Mar 2026 03:19:50 +0000 Subject: [PATCH] Update README to include Prime genre and correct counts - Add Prime genre section (6 beginner songs: Twinkle Twinkle, Mary Had a Little Lamb, Happy Birthday, Chopsticks, Lavender's Blue, Shortnin' Bread) - Update genre count from 16 to 17 - Update synth piece count from 91 to 97 - Update line count from ~3000 to ~4500 https://claude.ai/code/session_01FNZw4curZbJp38HFUaPXwR --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8403ae..bc1ce63 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Works with **keyboard**, **Wii Rock Band drums**, **Xbox/PS Rock Band drums**, * ## Features -- **16 Genres** across two modes: synth orchestra songs + drum beat patterns -- **91 synth pieces** with full synthesized orchestra background (68 minutes) +- **17 Genres** across two modes: synth orchestra songs + drum beat patterns +- **97 synth pieces** with full synthesized orchestra background - **120 drum patterns** across 8 genres - **Drums or Orchestra mode** — choose whether pad hits play drum sounds or the actual melody note - **Speed control** — slow down to 50% for practice or speed up to 150% @@ -39,6 +39,14 @@ Works with **keyboard**, **Wii Rock Band drums**, **Xbox/PS Rock Band drums**, * ## Song List +### Prime (6 songs) +- Twinkle Twinkle Little Star (Traditional, 1760s) +- Mary Had a Little Lamb (S.J. Hale, 1830) +- Happy Birthday (P.S. Hill, 1893) +- Chopsticks (Euphemia Allen, 1877) +- Lavender's Blue (English Traditional, 1670s) +- Shortnin' Bread (Traditional, 1900s) + ### Singalong (20 songs) - Drunken Sailor (Sea Shanty) - Wellerman (NZ Sea Shanty, 1860s) @@ -204,7 +212,7 @@ All sounds are generated in real-time using the Web Audio API — no audio files ## Tech - Pure vanilla JavaScript — no libraries, no build step, no server -- Single `index.html` file (~3000 lines) +- Single `index.html` file (~4500 lines) - Web Audio API for all sound synthesis - Canvas 2D for the note highway - Gamepad API for drum kit input