summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-27 15:43:34 -0400
committerJules Laplace <jules@okfoc.us>2017-04-27 15:43:34 -0400
commit4c567c731f2a55cfaaf373519e2cc80101f78062 (patch)
treee9314ffba741fe4d4aaf66d38397641d886d8119 /client
parentd2b7517c5007205a4cf4df1e42d05ae09509a8dd (diff)
new base tone
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 35f8290..65e7ddd 100644
--- a/client/index.js
+++ b/client/index.js
@@ -11,7 +11,7 @@ const nx = window.nx
const noteCount = browser.isMobile ? 18 : 24
const stepCount = 16
const cellSize = browser.isMobile ? 20 : 27
-const baseTone = browser.isMobile ? 0 : 12
+const baseTone = browser.isMobile ? 8 : 12
let grid