From 1754907d00493872a2bd5b0c44b6fc9fa7c5ebeb Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Sun, 19 Aug 2018 17:23:10 +0100 Subject: [PATCH] Add webaudio --- packages.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/packages.json b/packages.json index eac28c23..abad5b47 100644 --- a/packages.json +++ b/packages.json @@ -104,6 +104,18 @@ "repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git", "version": "v4.0.1" }, + "arraybuffer": { + "dependencies": [ + "arraybuffer-types", + "effect", + "functions", + "maybe", + "text-encoding", + "uint" + ], + "repo": "https://github.com/jacereda/purescript-arraybuffer.git", + "version": "v8.0.0" + }, "arraybuffer-types": { "dependencies": [], "repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git", @@ -1687,6 +1699,18 @@ "repo": "https://github.com/bodil/purescript-test-unit.git", "version": "v14.0.0" }, + "text-encoding": { + "dependencies": [ + "arraybuffer-types", + "either", + "exceptions", + "functions", + "prelude", + "strings" + ], + "repo": "https://github.com/AlexaDeWit/purescript-text-encoding.git", + "version": "v0.0.8" + }, "these": { "dependencies": [ "gen", @@ -1743,6 +1767,14 @@ "repo": "https://github.com/purescript/purescript-typelevel-prelude.git", "version": "v3.0.0" }, + "uint": { + "dependencies": [ + "math", + "maybe" + ], + "repo": "https://github.com/zaquest/purescript-uint.git", + "version": "v4.0.1" + }, "unfoldable": { "dependencies": [ "foldable-traversable", @@ -1893,6 +1925,28 @@ "repo": "https://github.com/purescript-web/purescript-web-xhr.git", "version": "v2.0.0" }, + "webaudio": { + "dependencies": [ + "aff", + "affjax", + "arraybuffer", + "arraybuffer-types", + "arrays", + "assert", + "console", + "foldable-traversable", + "js-timers", + "lists", + "math", + "maybe", + "psci-support", + "refs", + "strings", + "tuples" + ], + "repo": "https://github.com/adkelley/purescript-webaudio.git", + "version": "v0.1.2" + }, "yargs": { "dependencies": [ "console",