diff --git a/js/scales.js b/js/scales.js index 29c9c72..5e10810 100755 --- a/js/scales.js +++ b/js/scales.js @@ -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]; @@ -1302,4 +1302,4 @@ function vouLowNote() { diesis4Btn.value = switchBtn.value * Math.pow(2, baseFrequency / 72); stopBtn.value = diesis4Btn.value * Math.pow(2, -spathiGaVouLowMoria / 72); } -} \ No newline at end of file +}