Commit Graph
5 Commits
Author SHA1 Message Date
Claude c7f800f321 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
2026-03-31 03:19:50 +00:00
Claude cc35827c8f Update README with all 91 songs, 16 genres, and new features
Full song list for all genres including new Spirituals (8),
World (8), expanded Singalong (20 with sea shanties + Bella Ciao).
Added Data Storage section explaining all localStorage keys.
Updated feature list with genre/song hiding, math-protected reset,
settings persistence. Total: 211 playable pieces.

https://claude.ai/code/session_01GdFrFqAe9e2DaJ86jZPEZE
2026-03-30 13:56:17 +00:00
Claude e144512450 Add pause, remap, speed/volume, reorder genres, full README
UI improvements:
- Start button now sticky at bottom of viewport — always visible
  without scrolling, with Remap Pads button alongside
- Pause/Resume: press Escape or pause button in HUD. Suspends
  AudioContext to freeze all scheduled audio perfectly.
- Back to Menu button on pause overlay

Gamepad remap:
- Remap Pads button walks through each pad (Red, Yellow, Blue,
  Green, Kick) and captures the button press from any USB drum kit
- Mapping saved to localStorage, survives page reload
- Default mapping still Wii Rock Band

Speed & Volume sliders:
- Speed: 50%-150%, affects BPM for drum patterns and note/bg
  timing for classical pieces. Slow down for practice.
- Volume: 0%-150% master volume, affects both drums and synth
- Both on menu Settings card

Genre tab reorder:
- Synth genres now appear first: Singalong, Christmas, Folk,
  Classical, Video Games, Chiptune Originals
- Drum pattern genres after: Rock, Metal, Jazz, etc.
- Default genre changed from Rock to Singalong

README: Complete song list for all 65 synth pieces + 120 drum
patterns, USB drum kit compatibility table, feature list.

https://claude.ai/code/session_01GdFrFqAe9e2DaJ86jZPEZE
2026-03-30 13:32:17 +00:00
Claude 501f1cfeaf Add proper README with feature docs and synth reference
https://claude.ai/code/session_01GdFrFqAe9e2DaJ86jZPEZE
2026-03-30 12:41:38 +00:00
Outis b1c5ed3faa Initial commit 2026-03-29 21:51:14 -04:00