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/intonation.js | |
| parent | c1c058c662109696fda78b8512aebfd197974b5e (diff) | |
media sonification
Diffstat (limited to 'client/lib/intonation.js')
| -rw-r--r-- | client/lib/intonation.js | 2 |
1 files changed, 1 insertions, 1 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, |
