-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update machine[6] preset with a CPS detempering
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
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters