diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-23 19:33:41 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-23 19:33:41 +0100 |
| commit | 6fc8743f68648857ccef703bc4f2290b2cdac061 (patch) | |
| tree | 00b5b3afc0e0a2f2e808fe36c5cd4565b84d9310 /client/lib | |
| parent | c1c058c662109696fda78b8512aebfd197974b5e (diff) | |
media sonification
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) { |
