summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 868a395..7471d99 100644
--- a/client/index.js
+++ b/client/index.js
@@ -57,6 +57,6 @@ document.addEventListener('mouseup', () => { dragging = false })
keys.listen(function(index){
// const freq = scales.current().index(index)
// document.body.style.backgroundColor = color( index / scales.current().scale.length )
- kalimba.play(freq)
+ // kalimba.play(freq)
})