Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 639 Bytes

Web Lead

Browser-based polyphonic synthetizer with MIDI support.

Inspired on Clavia's Nord Lead series.

Live Demo

alt tag

Requirements

  • 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

Developing

  • Develop with npm run dev

Testing

  • Run tests with npm test

Build Instructions

npm run build:production

Coding Style