summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-19 19:02:10 -0400
committerJules Laplace <jules@okfoc.us>2016-09-19 19:02:10 -0400
commitb532585a8fe95d18e942a19b83fc75e487cc5079 (patch)
treef05da06233058a1995ad6dbb24f740c9501f7307
parentd142c4b5ba6be49fda5413713096eaa3b911b306 (diff)
partch
-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>