interface HelpModalProps { onClose: () => void showStartButton?: boolean } export function HelpModal({ onClose, showStartButton = false }: HelpModalProps) { return (
{ if (e.key === 'Escape' || e.key === 'Enter' || e.key === ' ') { onClose() } }} tabIndex={0} >
e.stopPropagation()} >

BRUITISTE

Harsh noise soundbox made as a love statement to all weird noises, hums, audio glitches and ominous textures. Be careful, lower your volume! Tweak some parameters!

Made by Raphaël Forment (BuboBubo) — raphaelforment.fr

KEYBOARD SHORTCUTS

KEY ACTION
SPACE Play/Stop current tile
ARROWS Navigate tiles
SHIFT + ARROWS Jump 10 tiles
ENTER Queue tile (play after current)
DOUBLE ENTER Play immediately
R Regenerate current tile
SHIFT + R Randomize all tiles
C Randomize current tile params
SHIFT + C Randomize all params (CHAOS)
I Interpolate params (MORPH)
ESC Exit mapping mode
{showStartButton ? ( ) : ( )}
) }