Skip to content

Commit

Permalink
Update sonic-weave dependency
Browse files Browse the repository at this point in the history
Sonic-weave changelog:
* Implement record syntax `{third: 5/4, fif: 3/2, octave: 2}`
* Realize scale words e.g. `realizeWord("sLssL", {s: 9/8})`
* Add sanity limits to FJS formatting
* Fix formatting of `P5 % 8` using interordinals with eighth sharps.
  • Loading branch information
frostburn committed Apr 3, 2024
1 parent 1067b36 commit 16a84e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand All @@ -21,7 +21,7 @@
"moment-of-symmetry": "^0.4.2",
"pinia": "^2.1.7",
"qs": "^6.12.0",
"sonic-weave": "github:xenharmonic-devs/sonic-weave#v0.0.7",
"sonic-weave": "github:xenharmonic-devs/sonic-weave#v0.0.8",
"sw-synth": "^0.1.0",
"temperaments": "^0.5.3",
"vue": "^3.3.4",
Expand Down

0 comments on commit 16a84e7

Please sign in to comment.