Skip to content

Commit

Permalink
Use relative mossteps when J4 doesn't coincide with 1/1
Browse files Browse the repository at this point in the history
ref #794
  • Loading branch information
frostburn committed Jul 29, 2024
1 parent ed28f93 commit 3ab1c45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 3.0.1
* Regression: Show pitch associated with MIDI base index [#795](https://github.com/xenharmonic-devs/scale-workshop/issues/795)
* Bug fix: Use relative mossteps when J4 doesn't coincide with 1/1 [#794](https://github.com/xenharmonic-devs/scale-workshop/issues/794)

## 3.0.0
* Feature: Core language switched to from [scale-workshop-core](https://github.com/xenharmonic-devs/scale-workshop-core) to [sonic-weave](https://github.com/xenharmonic-devs/sonic-weave)
Expand Down
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.7",
"sonic-weave": "^0.10.8",
"sw-synth": "^0.1.1",
"values.js": "^2.1.1",
"vue": "^3.3.4",
Expand Down

0 comments on commit 3ab1c45

Please sign in to comment.