From 7b7f854ffcecf79ef98e6556e7d26786741671fe Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:41:55 +0000 Subject: [PATCH] Tighten FAQ copy and add X link. --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 057c812..bb3bb09 100644 --- a/index.html +++ b/index.html @@ -893,19 +893,20 @@
A hobby project exploring MIDI → retro synthesis. Search a song, preview its MIDI, then generate a chiptune-style variation.
+A hobby project. It turns MIDI into Game Boy / SNES-style synth sound (v1). You search a song, preview the MIDI, then generate a variation.
Vite + TypeScript frontend using Web Audio (procedural synth) plus a Soundfont piano preview. Backend is a small Express API (search/fetch/parse) deployed on Vercel.
+It’s a deliberately small build. The UI is Vite + TypeScript. Sound is generated with Web Audio. The preview uses a simple piano soundfont loaded on demand. The backend is a small Express API (search/fetch/parse) running on Vercel.
iOS Safari requires a user tap before audio can play. Tap Enable Audio, then press Generate & Play. If it’s still silent: disable Silent Mode / raise volume / disconnect Bluetooth.
+iOS Safari blocks audio until you tap. Tap Enable Audio, then press Generate & Play. If it’s still silent: disable Silent Mode, raise volume, or disconnect Bluetooth.
Add more MIDI sources, better matching, and style presets (ambient / dance / ominous). Then ship a compact /embed widget and an SDK so other sites can drop in “pixelised music”.
Workflow we aimed for: search → pick → preview → generate → share. Next: add more MIDI sources, better matching, and style presets (ambient / dance / ominous). Then ship a compact embed widget and an SDK.
+Links: @b1rdmania on X