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 256f677 commit 317654aCopy full SHA for 317654a
js/widgets/temperament.js
@@ -1774,9 +1774,11 @@ function TemperamentWidget() {
1774
for (let i = 0; i < this.pitchNumber; i++) {
1775
const idx = newStack.length;
1776
if (
1777
- this.inTemperament === "equal" ||
+ (this.inTemperament === "equal" || this.inTemperament === "equal5" ||
1778
+ this.inTemperament === "equal7" || this.inTemperament === "equal19" ||
1779
+ this.inTemperament === "equal31" ) ||
1780
this.inTemperament === "1/3 comma meantone" ||
- (this.typeOfEdit === "equal" && this.divisions === this.pitchNumber)
1781
+ (this.typeOfEdit === "equal" && this.divisions === this.pitchNumber)
1782
) {
1783
newStack.push([
1784
idx,
0 commit comments