summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/index.js1
-rw-r--r--package.json2
2 files changed, 3 insertions, 0 deletions
diff --git a/client/index.js b/client/index.js
index 66edc9a..a182cca 100644
--- a/client/index.js
+++ b/client/index.js
@@ -8,6 +8,7 @@ requestAudioContext(() => {
})
keys.listen(function(index){
+ index += 20
const freq = colundi.index(index)
kalimba.play(freq)
})
diff --git a/package.json b/package.json
index fdf3ee5..7ec0939 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,8 @@
"webpack": "^2.4.1"
},
"dependencies": {
+ "honeycomb-grid": "^0.3.1",
+ "snapsvg": "^0.5.1",
"tone": "^0.10.0",
"webfontloader": "^1.6.27"
}