total-serialism
Advanced tools
Comparing version 1.6.7 to 1.6.8
{ | ||
"name": "total-serialism", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"description": "A set of methods for the generation and transformation of number sequences useful in algorithmic composition", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -80,4 +80,4 @@ //============================================================================== | ||
build(level); | ||
return Transform.rotate(pattern, rot + pattern.indexOf(1)); | ||
return Transform.rotate(pattern, rot - pattern.indexOf(1)); | ||
} | ||
@@ -84,0 +84,0 @@ exports.euclid = euclid; |
@@ -96,2 +96,3 @@ | ||
test("Algo.euclid(16, 9, 1)"); | ||
test("Algo.euclid(16, 2)"); | ||
@@ -98,0 +99,0 @@ pagebreak("HexBeat"); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1912626
290
25429