andrewh0 / aurora

A synthesizer in your browser

Home Page:https://aurora-synth.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurora 🎹

Aurora is web-based synth that can be played with a computer keyboard and MIDI keyboard (Chrome only). It was inspired by professional software synths like Sylenth1, Massive, and Serum. It is intended to be a way to explore audio synthesis in a way that is accessible and fun!

This app was built on the experimental Web MIDI API, Tone.js, React, and Redux. It was designed with Figma.

aurora

Developing locally

Clone this repo and navigate to the directory.

git clone git@github.com:andrewh0/aurora.git
cd aurora

Install dependencies with yarn and start the server.

yarn && yarn start

You can check for type errors with flow.

yarn run flow

You can format Javascript files with prettier.

yarn run pretty

About

A synthesizer in your browser

https://aurora-synth.vercel.app/

License:MIT License


Languages

Language:JavaScript 97.7%Language:HTML 1.3%Language:CSS 0.9%