diff --git a/assets/index-5efd53d8.js.gz b/assets/index-5efd53d8.js.gz
deleted file mode 100644
index 1eef995..0000000
Binary files a/assets/index-5efd53d8.js.gz and /dev/null differ
diff --git a/assets/index-5efd53d8.js b/assets/index-9ce4c22f.js
similarity index 99%
rename from assets/index-5efd53d8.js
rename to assets/index-9ce4c22f.js
index 0c66481..659507f 100644
--- a/assets/index-5efd53d8.js
+++ b/assets/index-9ce4c22f.js
@@ -3025,7 +3025,7 @@ ${e("Arpeggios and note lengths with parameters",`
## Triad transformations
-Triad transofrmations can be defined explicitly using the triadTonnetz(transformation: string, tonnetzSpace: number[]) method. This method will only apply spesific transformations to triad chords.
+Triad transofrmations can be defined explicitly using the triadTonnetz(transformation: string, tonnetz: number[]) method. This method will only apply spesific transformations to triad chords.
* p
* l
@@ -3052,7 +3052,7 @@ Triad transofrmations can be defined explicitly using the triadTonnetz(trans
## Tetra transformations
-Tetra transformations can be applied using the tetraTonnetz(transformation: string, tonnetzSpace: number[]) method. This method will apply spesific transformations to certain type of chords. If the chord is not the correct type, the transformation will not be applied.
+Tetra transformations can be applied to seventh chords using the tetraTonnetz(transformation: string, tonnetz: number[]) method. This method will apply spesific transformations to certain type of chords. If the chord is not the correct type, the transformation will not be applied.
### 7: 7th chords
@@ -3116,13 +3116,13 @@ Tetra transformations can be applied using the tetraTonnetz(transformation:
## Cyclic methods
-### Hexacycle
+In addition to the transformations, Ziffers implements cyclic methods that can be used to cycle through the tonnetz space. Cyclic methods turns individual pitch classes to chords using the tonnetz. The cyclic methods are:
-### Octacycle
+* hexaCycle(tonnetz: number[]): Cycles through chords in the hexa cycle
+* octaCycle(tonnetz: number[]): Cycles through chords in the octa cycle
+* enneaCycle(tonnetz: number[]): Cycles through chords in the ennea cycle
-### Enneacycle
-
-* Examples:
+### Examples:
${e("Arpeggio with ennea cycle",`
z1("0 2 -1 3")
@@ -3136,7 +3136,7 @@ ${e("Arpeggio with ennea cycle",`
${e("Variating arpeggios",`
z1("s 0 3 2 1")
- .enneaCycle()
+ .octaCycle()
.arpeggio([0,[0,2],[1,0],[0,1,2]].beat(0.15))
.sound("triangle")
.adsr(0.1,0.1,0.13,0.15)
diff --git a/assets/index-9ce4c22f.js.gz b/assets/index-9ce4c22f.js.gz
new file mode 100644
index 0000000..7da10e8
Binary files /dev/null and b/assets/index-9ce4c22f.js.gz differ
diff --git a/index.html b/index.html
index bcd408b..f95f7e4 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
-
+