https://reactronica.com
reactronica.com · 233 words · saved by 4 readers
Open source React components for making music in the browser.
React Components Play audio in the browser with simple declarative components. Treat music as a function of state. Uses Tone JS under the hood. Inspired by React Music. import { Song, Track, Instrument } from 'reactronica; const Audio = () => { return ( <Song isPlaying={false}> <Track steps={['C3', 'E3', 'B2', 'E3']}> <Instrument type="synth" /> </Track> </Song> ) } Synth Take advantage of the browser's synth engine import { Song, Track, Instrument } from 'reactronica; const KeyboardAudio = () => { const [notes, setNotes] = useNotes([]); return ( <> {} <Keyboard…
saved by
related reading
- Strudel REPLstrudel.cc
- Paper – design, share, shippaper.design
- Procedural interface sounds, with tasteprocedural-sounds.vercel.app
- Remotion | Make videos programmaticallyremotion.dev
- Welcomefmhy.net
- Subframe – The AI design tool built for codesubframe.com
- v0 by Vercel - Build Full-Stack Web Apps with AIv0.dev
- AI Vocal Remover & Instrumental Isolator | LALAL.AIlalal.ai
- Shadersshaders.com
- Assisted Melody - Google Arts & Cultureartsandculture.google.com
- Wonder — What you see is what you shipwonder.design
- justinzwu.comjustinzwu.com