diff options
Diffstat (limited to 'client/lib')
| -rw-r--r-- | client/lib/intonation.js | 2 | ||||
| -rw-r--r-- | client/lib/midi.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/lib/intonation.js b/client/lib/intonation.js index e5465af..341baab 100644 --- a/client/lib/intonation.js +++ b/client/lib/intonation.js @@ -2,7 +2,7 @@ module.exports = (function(){ var Intonation = function(opt){ opt = this.opt = Object.assign({ name: "", - root: 440, + root: 466.164, octave: 0, interval: 2, tet: 0, diff --git a/client/lib/midi.js b/client/lib/midi.js index 1625368..99cbc48 100644 --- a/client/lib/midi.js +++ b/client/lib/midi.js @@ -73,7 +73,7 @@ export function play_note(index, duration, channel="all", exporting=false, defer if (exporting) { return note } - console.log('defer', defer, defer_time) + // console.log('defer', defer, defer_time) if (midiDevice) { duration = duration || 60000 / Tone.Transport.bpm.value if (! exporting) { |
