Skip to content

Commit

Permalink
FIXES ISSUE #4018 More default EDOs for temperament
Browse files Browse the repository at this point in the history
changes the define temperament block's frequency selection from division to exponential format
  • Loading branch information
omsuneri authored Oct 5, 2024
1 parent 59df238 commit 0f36d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/temperament.js
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ function TemperamentWidget() {
for (let i = 0; i < this.pitchNumber; i++) {
const idx = newStack.length;
if (
this.inTemperament === "equal" ||
this.inTemperament.startsWith("equal") ||
this.inTemperament === "1/3 comma meantone" ||
(this.typeOfEdit === "equal" && this.divisions === this.pitchNumber)
) {
Expand Down

0 comments on commit 0f36d59

Please sign in to comment.