Skip to content

Commit

Permalink
Update the values for legetosScaleIntervals
Browse files Browse the repository at this point in the history
  • Loading branch information
efraimkaov committed Sep 28, 2023
1 parent 9607489 commit 86fd95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/scales.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const softChromaticScaleIntervals = [8, 14, 8, 12];
const hardChromaticScaleIntervals = [6, 20, 4, 12];
const enharmonicZoScaleIntervals = [12, 12, 6, 12];
const enharmonicGaScaleIntervals = [12, 12, 6];
const legetosScaleIntervals = [6, 9, 15, 12, 6, 9, 15];
const legetosScaleIntervals = [8, 10, 12, 12, 8, 10, 12];
const zygosScaleIntervals = [18, 4, 16, 4, 12, 10, 8];
const zygosLegetosScaleIntervals = [18, 4, 20, 4, 12, 6, 9];
const klitonScaleIntervals = [12, 14, 12, 4, 12, 10, 8];
Expand Down Expand Up @@ -1302,4 +1302,4 @@ function vouLowNote() {
diesis4Btn.value = switchBtn.value * Math.pow(2, baseFrequency / 72);
stopBtn.value = diesis4Btn.value * Math.pow(2, -spathiGaVouLowMoria / 72);
}
}
}

0 comments on commit 86fd95e

Please sign in to comment.