From 52eb456a0f25913c44615c6828562eb19c94393b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 11 Apr 2020 16:09:11 +0100 Subject: Support basic tempo Supporting Play/Pause events, and Increase/Decrease tempo. TODO: Convert milliseconds to BPM --- website/sandbox/chord-drill-sergeant/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/sandbox/chord-drill-sergeant/elm.json') 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" -- cgit 1.4.1