diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-27 15:43:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-27 15:43:34 -0400 |
| commit | 4c567c731f2a55cfaaf373519e2cc80101f78062 (patch) | |
| tree | e9314ffba741fe4d4aaf66d38397641d886d8119 /client | |
| parent | d2b7517c5007205a4cf4df1e42d05ae09509a8dd (diff) | |
new base tone
Diffstat (limited to 'client')
| -rw-r--r-- | client/index.js | 2 |
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 |
