diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-11T15·09+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-11T15·09+0100 |
commit | 52eb456a0f25913c44615c6828562eb19c94393b (patch) | |
tree | 2bc1bda903084174e6ca7e5ecf9d06c4fd00c2c9 /website/sandbox/chord-drill-sergeant/elm.json | |
parent | 2f446d0441c2998b5e7fd455882168d50d49c223 (diff) |
Support basic tempo
Supporting Play/Pause events, and Increase/Decrease tempo. TODO: Convert milliseconds to BPM
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/elm.json')
-rw-r--r-- | website/sandbox/chord-drill-sergeant/elm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/chord-drill-sergeant/elm.json b/website/sandbox/chord-drill-sergeant/elm.json index b116a66a0f6d..adef18b4daa3 100644 --- a/website/sandbox/chord-drill-sergeant/elm.json +++ b/website/sandbox/chord-drill-sergeant/elm.json @@ -10,12 +10,12 @@ "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/random": "1.0.0", + "elm/time": "1.0.0", "elm-community/list-extra": "8.2.3", "elm-community/random-extra": "3.1.0" }, "indirect": { "elm/json": "1.1.3", - "elm/time": "1.0.0", "elm/url": "1.0.0", "elm/virtual-dom": "1.0.2", "owanturist/elm-union-find": "1.0.0" |