Skip to content

Commit

Permalink
Update sonic-weave dependency (#629)
Browse files Browse the repository at this point in the history
Adds stepString() which labels the last interval in the scale with the step pattern.
Fix parsing if negative integers.
Make function parameters required by default.
Add array access with arrays of indices and of booleans.
  • Loading branch information
frostburn authored Mar 29, 2024
1 parent 4a8b127 commit 7cb1e15
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.2",
"version": "3.0.0-beta.3",
"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.5",
"sonic-weave": "github:xenharmonic-devs/sonic-weave#v0.0.6",
"sw-synth": "^0.1.0",
"temperaments": "^0.5.3",
"vue": "^3.3.4",
Expand Down

0 comments on commit 7cb1e15

Please sign in to comment.