Skip to content

Commit

Permalink
Update machine[6] preset with a CPS detempering
Browse files Browse the repository at this point in the history
Update Werckmeister III preset with an exact version that gets converted to cents for display.

Update Akselai's role to quality assurance.

Co-authored-by: akselai <[email protected]>
  • Loading branch information
frostburn and akselai committed Apr 17, 2024
1 parent bcc91bf commit 5dfdbf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"werckmeisteriii": {
"name": "Werckmeister III (1691)",
"source": "701.955 white 'C'\n701.955 white 'G'\n701.955 - 5.865 white 'D'\n701.955 white 'A'\n701.955 white 'E'\n701.955 white 'B'\n701.955 black 'F♯'\n701.955 black 'C♯'\n701.955 black 'G♯'\n701.955 - 5.865 black 'D♯'\n701.955 - 5.865 black 'A♯'\nstack()\n\n1200. white 'F'\nreduce()\nsort()\n",
"source": "{\n const pythComma = aa1 - M2\n const flatFif = P5 - pythComma / 4\n P5 white 'C'\n P5 white 'G'\n flatFif white 'D'\n P5 white 'A'\n P5 white 'E'\n P5 white 'B'\n P5 black 'F♯'\n P5 black 'C♯'\n P5 black 'G♯'\n flatFif black 'D♯'\n flatFif black 'A♯'\n stack()\n P8 white 'F'\n reduce()\n sort()\n i => cents(i, 3)\n}\n",
"categories": ["traditional"],
"baseMidiNote": 65,
"baseFrequency": 349
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"11machine6": {
"name": "11edo machine[6]",
"source": "rank2(9/8 white, 5, 0, 2/1 gray)\n[email protected]\n",
"source": "cps([1, 9, 7, 11] white, 2, 2/1 gray)\n[email protected]\n",
"categories": ["MOS", "equal temperament"]
},
"13glacial7": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const tagline = computed(() => TAGLINES[Math.floor(Math.random() * TAGLINES.leng
Kite Giedraitis - <i>notation advisor</i> <br />
Scott Dakota - <i>lattice advisor / generator sequence advisor</i> <br />
Richie Greene - <i>quality assurance</i> <br />
Akselai - <i>mathematics advisor</i> <br />
Akselai - <i>quality assurance</i> <br />
<span class="spoob">Spoob<img src="@/assets/img/spoob.png" /></span> -
<i>emotional support</i>
</p>
Expand Down

0 comments on commit 5dfdbf1

Please sign in to comment.