diff --git a/index.html b/index.html index 9e56b41..8b64a3c 100644 --- a/index.html +++ b/index.html @@ -115,6 +115,21 @@ letter-spacing: 0.05em; text-transform: uppercase; } + .hero-top { + display: flex; + align-items: center; + justify-content: center; + gap: calc(var(--spacing-unit) * 2); + flex-wrap: wrap; + } + .hero-top h1 { + margin: 0; + } + .version-tag { + font-size: 10px; + color: var(--gb-medium); + font-weight: normal; + } .hero .tagline { margin: calc(var(--spacing-unit) * 2) 0 0 0; color: var(--gb-dark); @@ -1121,38 +1136,20 @@
Turn any song into retro game console music
Turn any song into retro Gameboy-style synth. Search a track, preview the MIDI, hit Generate.
We scrape MIDI files from the web, analyse the structure (melody, bass, chords), then resynthesise with the Wario Synthesis Engine via Web Audio.
+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.