summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html
index 358b4a3..ccb16d7 100644
--- a/index.html
+++ b/index.html
@@ -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>