diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-19 19:02:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-19 19:02:10 -0400 |
| commit | b532585a8fe95d18e942a19b83fc75e487cc5079 (patch) | |
| tree | f05da06233058a1995ad6dbb24f740c9501f7307 | |
| parent | d142c4b5ba6be49fda5413713096eaa3b911b306 (diff) | |
partch
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,9 @@ * { cursor: default; } +pre { + white-space: pre-line; +} </style> <pre> <script src="intonation.js"></script> @@ -50,6 +53,13 @@ write("17-tet") write( s.range(0, 18).map(function(i){ return i.toFixed(0) }).join(delim) ) write("") +s = new Intonation({ + intervals: '1/1 12/11 11/10 10/9 9/8 8/7 7/6 6/5 11/9 5/4 14/11 9/7 4/3 11/8 7/5 10/7 16/11 3/2 14/9 11/7 8/5 18/11 5/3 12/7 7/4 16/9 9/5 20/11 11/6 2/1', +}) +write("partch:") +write( s.range(0, 31).map(function(i){ return i.toFixed(0) }).join(delim) ) +write("") + </script> <script src="http://asdf.us/harp/js/vendor/Tone.min.js"></script> <script> |
