Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.12 KB

Elm Tracker

Goals

  • An attempt to create minimal working tracker app in Elm.
  • Learn elm/bytes
  • Work with Web Audio API

Live demo

Tested on

  • Desktop Mac Chrome
  • Desktop Mac Firefox

Not tested on mobile devices.

Local start

This project is bootstrapped with Create Elm App.

Due to "RangeError: Maximum call stack size exceeded" bug we need to turn off time-travel debugger.

ELM_DEBUGGER=false elm-app start

Useful links