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 36fa6b5 commit 017a158Copy full SHA for 017a158
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" ||
+ const check = () => this.intemperament.startsWith("equal") ||
1778
this.inTemperament === "1/3 comma meantone" ||
1779
(this.typeOfEdit === "equal" && this.divisions === this.pitchNumber)
1780
) {
0 commit comments