Skip to content

Commit

Permalink
Update sonic-weave dependency
Browse files Browse the repository at this point in the history
Add syntonic accidentals to the character palette.
Makes empty records and empty basis falsy.
  • Loading branch information
frostburn committed Jul 22, 2024
1 parent 6a88343 commit 15b1573
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"moment-of-symmetry": "^0.8.3",
"pinia": "^2.1.7",
"qs": "^6.12.3",
"sonic-weave": "^0.10.6",
"sonic-weave": "^0.10.7",
"sw-synth": "^0.1.1",
"values.js": "^2.1.1",
"vue": "^3.3.4",
Expand Down
6 changes: 6 additions & 0 deletions src/character-palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"𝄲": "Quarter sharp sign. Raises pitch by <code>sqrt(2187/2048)</code>.",
"‡": "Quarter sharp sign. Raises pitch by <code>sqrt(2187/2048)</code>.",
"𝄳": "Quarter flat sign. Lowers pitch by <code>sqrt(2187/2048)</code>.",
"𝄮": "Syntonic up sign. Raises pitch by <code>81/80</code>.",
"𝄯": "Syntonic down sign. Lowers pitch by <code>81/80</code>.",
"𝄱": "Sharp syntonic down sign. Raises pitch by <code>135/128</code>.",
"𝄬": "Flat syntonic up sign. Lowers pitch by <code>135/128</code>.",
"𝄰": "Sharp syntonic up sign. Raises pitch by <code>177147/163840</code>.",
"𝄭": "Flat syntonic down sign. Lowers pitch by <code>177147/163840</code>.",
"½": "Semi-prefix. E.g. G semisharp four <code>G½♯4</code>, semimajor third <code>½M3</code>, perfect sesquith <code>P1½</code>.",
"¼": "Quarter-prefix. E.g. E quarter flat four <code>E¼♭4</code>.",
"¾": "Sesqui-semi-prefix. E.g. D sesqui semisharp four <code>D¾♯4</code>.",
Expand Down

0 comments on commit 15b1573

Please sign in to comment.