diff --git a/index.html b/index.html index bea43fe..54b400a 100644 --- a/index.html +++ b/index.html @@ -1235,6 +1235,10 @@
Version History
+
+ How it works: The Wario Synthesis Engine analyses MIDI files to identify melody, bass, and chord tracks. It then resynthesises each part using Web Audio oscillators tuned to mimic the Game Boy's 4-channel sound chip: two pulse wave channels, one wave channel, and one noise channel. All processing runs client-side in your browser - no server-side audio generation. Built with TypeScript, Vite, and Claude Code. +
+
v1.3 - Share to X, light Game Boy palette, iOS audio fixes, local font hosting
@@ -1244,10 +1248,6 @@
v1.1 - Search MIDI files, generate Game Boy style music, basic playback with progress bar
-
-
- How it works: The Wario Synthesis Engine analyses MIDI files to identify melody, bass, and chord tracks. It then resynthesises each part using Web Audio oscillators tuned to mimic the Game Boy's 4-channel sound chip: two pulse wave channels, one wave channel, and one noise channel. All processing runs client-side in your browser - no server-side audio generation. Built with TypeScript, Vite, and Claude Code. -