Browser-based polyphonic synthetizer with MIDI support.
Inspired on Clavia's Nord Lead series.
- Install Node and NPM
- Install Webpack
- Install Elm 0.17
- Fetch this repo
git clone [email protected]:pablobcb/elm-lead.git
- Run
cd elm-lead && npm install
- Develop with
npm run dev
- Run tests with
npm test
npm run build:production
- Install and config elm-format