Skip to content

catz/elm-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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