We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59df238 commit 0f36d59Copy full SHA for 0f36d59
js/widgets/temperament.js
@@ -1774,7 +1774,7 @@ function TemperamentWidget() {
1774
for (let i = 0; i < this.pitchNumber; i++) {
1775
const idx = newStack.length;
1776
if (
1777
- this.inTemperament === "equal" ||
+ this.inTemperament.startsWith("equal") ||
1778
this.inTemperament === "1/3 comma meantone" ||
1779
(this.typeOfEdit === "equal" && this.divisions === this.pitchNumber)
1780
) {
0 commit comments