From b532585a8fe95d18e942a19b83fc75e487cc5079 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 19 Sep 2016 19:02:10 -0400 Subject: partch --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +}
 
@@ -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("")
+