🎵

純正音程に近い平均律を探してみる

に公開

音の高さは、周波数で決まります。
しかし、音楽の世界では、周波数を直接扱うことは少なく、音程によって音を指定します。

このとき、一般的に使われるのは 12平均律 という音程です。
これはオクターブ(周波数比2:1)を12等分した音程です。

一方、この12平均律ではない平均律を用いて作曲を行う例もあります。
くわしくは、以下の人たちのサイトや動画を参照してください。

やりたいこと

結局、どの平均律がどの limit の音程をほどよく近似するのか、ということを調べたいです。
ということで、 Rust を用いて、 ValMonzo を用いてステップを計算できるようにし、順位をつけてみます。

とはいえ、細分化すればするほど、音程は近似できるので、ここでは5平均律から60平均律までの音程を計算し、近似したい Monzo ごとに、どの平均律が近いかを調べます。

結果

オクターブ内に収まる音程は、 Monzo で表現すると以下のようになります。
なお、今回の検証では、最大で6次元までの音程を扱います。

  • 2倍音 : \lbrack 0 ~ 0 ~ 0 ~ 0 ~ 0 ~ 0 \rangle
  • 3倍音 : \lbrack -1 ~ 1 ~ 0 ~ 0 ~ 0 ~ 0 \rangle
  • 5倍音 : \lbrack -2 ~ 0 ~ 1 ~ 0 ~ 0 ~ 0 \rangle
  • 7倍音 : \lbrack -2 ~ 0 ~ 0 ~ 1 ~ 0 ~ 0 \rangle
  • 11倍音 : \lbrack -3 ~ 0 ~ 0 ~ 0 ~ 1 ~ 0 \rangle
  • 13倍音 : \lbrack -3 ~ 0 ~ 0 ~ 0 ~ 0 ~ 1 \rangle

なお、 総合的な error はセント差を MSE にいれて計算しています。
error 順に並べ、12平均律よりも近似率が高いものを上位に並べます。
20位以下は、基本平均律のみ表示します。

参考のために、 7つ基本平均律で微分音を攻略せよ!【032】 にある基本平均律と12平均律を太線にし、詳細を追加します。
また、セントの差が 1 未満のものも太字にします。

3倍音~5倍音

53EDO の圧倒的な強さが目立ちます。
2位の 34EDO は、53EDO の 1/9 の精度しかありません。
とはいえ、 31EDO は5倍音の精度が高いので、3倍音を排除するのであれば、使いやすいかもしれません。

  1. 53EDO(error=0.9936335055690649)
    3倍音: 31ステップ 701.9c(error=-0.07c)
    5倍音: 17ステップ 384.9c(error=-1.41c)

  2. 34EDO(error=9.55828249760085)

  3. 56EDO(error=13.636583431677623)

  4. 31EDO(error=13.726973967144497)
    3倍音: 18ステップ 696.8c(error=-5.18c)
    5倍音: 10ステップ 387.1c(error=0.78c)

  5. 46EDO(error=15.31601993809007)

  6. 41EDO(error=17.087747147464142)

  7. 43EDO(error=18.771247313970775)

  8. 50EDO(error=20.40765357754811)

  9. 60EDO(error=21.84250557533616)

  10. 58EDO(error=24.165181794002564)

  11. 55EDO(error=27.68532242277072)

  12. 22EDO(error=35.565497292774495)
    3倍音: 13ステップ 709.1c(error=7.14c)
    5倍音: 7ステップ 381.8c(error=-4.50c)

  13. 44EDO(error=35.565497292774495)

  14. 59EDO(error=49.10622272842578)

  15. 49EDO(error=49.2755462914546)

  16. 19EDO(error=53.182430541745106)

  17. 38EDO(error=53.182430541745106)

  18. 57EDO(error=53.182430541745106)

  19. 51EDO(error=56.15560824306363)

  20. 52EDO(error=64.49916999041046)

  21. 12EDO(error=95.56822827864056)
    3倍音: 7ステップ 700.0c(error=-1.96c)
    5倍音: 4ステップ 400.0c(error=13.69c)

3倍音~7倍音

ここでも 53EDO は圧倒的です。
7倍音にもなると流石に 12EDO の精度が衰えていきます。
基本平均律が全て出てきました。

  1. 53EDO(error=8.211780104493357)
    3倍音: 31ステップ 701.9c(error=-0.07c)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)

  2. 31EDO(error=9.54298034372053)
    3倍音: 18ステップ 696.8c(error=-5.18c)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)

  3. 41EDO(error=14.33658402247125)

  4. 46EDO(error=14.551140523535281)

  5. 56EDO(error=15.962170641886019)

  6. 58EDO(error=20.401098029586706)

  7. 43EDO(error=33.413882031201275)

  8. 57EDO(error=35.50958923775534)

  9. 50EDO(error=39.570644052279654)

  10. 60EDO(error=40.52721205080502)

  11. 52EDO(error=43.05408461219574)

  12. 51EDO(error=43.095271734687515)

  13. 55EDO(error=44.42242328242806)

  14. 59EDO(error=51.214879770553004)

  15. 37EDO(error=53.021911188398725)

  16. 48EDO(error=56.647193575672596)

  17. 47EDO(error=57.21223790338619)

  18. 36EDO(error=65.26625769393377)

  19. 38EDO(error=69.60295104260366)

  20. 49EDO(error=71.48544902200119)

  21. 22EDO(error=79.9767377770874)
    3倍音: 13ステップ 709.1c(error=7.14c)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)

  22. 25EDO(error=136.29063020608038)
    3倍音: 15ステップ 720.0c(error=18.04c)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)

  23. 29EDO(error=162.6360515063197)
    3倍音: 17ステップ 703.4c(error=1.49c)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)

  24. 24EDO(error=181.85040364717472)
    3倍音: 14ステップ 700.0c(error=-1.96c)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)

  25. 28EDO(error=183.11249875175778)
    3倍音: 16ステップ 685.7c(error=-16.24c)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)

  26. 12EDO(error=387.6535213430081)
    3倍音: 7ステップ 700.0c(error=-1.96c)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)

3倍音~11倍音

ここで、トップを 46EDO/41EDO/56EDO が奪います。
53EDO の11倍音の精度が悪化しています。
とはいえ、 46EDO は満遍なく精度が微妙ではあります。
それでも 12EDO の5倍音よりの3~4倍程度の精度があるので順分に使えるのでは?

  1. 46EDO(error=13.96161894065652)
    3倍音: 27ステップ 704.3c(error=2.39c)
    5倍音: 15ステップ 391.3c(error=4.99c)
    7倍音: 37ステップ 965.2c(error=-3.61c)
    11倍音: 21ステップ 547.8c(error=-3.49c)

  2. 41EDO(error=16.463626533157147)

  3. 56EDO(error=20.45403602444793)

  4. 53EDO(error=21.84723097515351)
    3倍音: 31ステップ 701.9c(error=-0.07c)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)
    11倍音: 24ステップ 543.4c(error=-7.92c)

  5. 58EDO(error=28.633353019108604)

  6. 31EDO(error=29.164867104708986)
    3倍音: 18ステップ 696.8c(error=-5.18c)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)
    11倍音: 14ステップ 541.9c(error=-9.38c)

  7. 50EDO(error=29.794283693658237)

  8. 57EDO(error=30.531871577049138)

  9. 52EDO(error=33.88852678281375)

  10. 43EDO(error=36.69394264709854)

  11. 59EDO(error=39.583399109118126)

  12. 37EDO(error=39.76671243139537)

  13. 55EDO(error=41.911673293489955)

  14. 48EDO(error=42.91963820095958)

  15. 60EDO(error=49.239940233524365)

  16. 51EDO(error=58.03381624951086)

  17. 54EDO(error=63.697481298918454)

  18. 22EDO(error=68.57740916448446)
    3倍音: 13ステップ 709.1c(error=7.14c)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)
    11倍音: 10ステップ 545.5c(error=-5.86c)

  19. 44EDO(error=68.57740916448446)

  20. 47EDO(error=69.86700448681708)

  21. 24EDO(error=136.82204575458616)
    3倍音: 14ステップ 700.0c(error=-1.96c)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)
    11倍音: 11ステップ 550.0c(error=-1.32c)

  22. 28EDO(error=145.81678210685175)
    3倍音: 16ステップ 685.7c(error=-16.24c)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)
    11倍音: 13ステップ 557.1c(error=5.82c)

  23. 29EDO(error=166.7793642900151)
    3倍音: 17ステップ 703.4c(error=1.49c)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)
    11倍音: 13ステップ 537.9c(error=-13.39c)

  24. 25EDO(error=238.1495816860916)
    3倍音: 15ステップ 720.0c(error=18.04c)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)
    11倍音: 11ステップ 528.0c(error=-23.32c)

  25. 12EDO(error=883.2258249075463)
    3倍音: 7ステップ 700.0c(error=-1.96c)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)
    11倍音: 6ステップ 600.0c(error=48.68c)

3倍音~13倍音

12EDO の精度が著しく悪化しています。
ここまでくると上位陣は50EDO 以上のものが多くなります。
46EDO は以前強く、12EDO よりもずれが慣らされています。
とはいえ、次点の 53EDO も 13 倍音を上手くとれています。

  1. 46EDO(error=17.77042211635599)
    3倍音: 27ステップ 704.3c(error=2.39c)
    5倍音: 15ステップ 391.3c(error=4.99c)
    7倍音: 37ステップ 965.2c(error=-3.61c)
    11倍音: 21ステップ 547.8c(error=-3.49c)
    13倍音: 32ステップ 834.8c(error=-5.75c)

  2. 53EDO(error=19.03662842468917)
    3倍音: 31ステップ 701.9c(error=-0.07c)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)
    11倍音: 24ステップ 543.4c(error=-7.92c)
    13倍音: 37ステップ 837.7c(error=-2.79c)

  3. 56EDO(error=20.99694662897586)

  4. 50EDO(error=23.891112343485027)

  5. 57EDO(error=24.923262489891833)

  6. 41EDO(error=26.792728741193844)

  7. 43EDO(error=31.557455997235962)

  8. 37EDO(error=33.288246493429355)

  9. 58EDO(error=34.91360399200101)

  10. 60EDO(error=39.447637575377925)

  11. 59EDO(error=40.45639329753121)

  12. 52EDO(error=46.15621654291439)

  13. 31EDO(error=47.908409313530356)
    3倍音: 18ステップ 696.8c(error=-5.18c)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)
    11倍音: 14ステップ 541.9c(error=-9.38c)
    13倍音: 22ステップ 851.6c(error=11.09c)

  14. 48EDO(error=52.280748872084175)

  15. 54EDO(error=54.02622234398068)

  16. 51EDO(error=54.95826778693032)

  17. 55EDO(error=55.08415283164779)

  18. 47EDO(error=56.714157718815876)

  19. 44EDO(error=59.716763901154465)

  20. 40EDO(error=72.5563244956434)

  21. 24EDO(error=127.40267491498544)
    3倍音: 14ステップ 700.0c(error=-1.96c)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)
    11倍音: 11ステップ 550.0c(error=-1.32c)
    13倍音: 17ステップ 850.0c(error=9.47c)

  22. 22EDO(error=154.72927245892438)
    3倍音: 13ステップ 709.1c(error=7.14c)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)
    11倍音: 10ステップ 545.5c(error=-5.86c)
    13倍音: 15ステップ 818.2c(error=-22.35c)

  23. 29EDO(error=166.9197422767433)
    3倍音: 17ステップ 703.4c(error=1.49c)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)
    11倍音: 13ステップ 537.9c(error=-13.39c)
    13倍音: 20ステップ 827.6c(error=-12.94c)

  24. 28EDO(error=171.86636914570656)
    3倍音: 16ステップ 685.7c(error=-16.24c)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)
    11倍音: 13ステップ 557.1c(error=5.82c)
    13倍音: 20ステップ 857.1c(error=16.62c)

  25. 25EDO(error=300.7097977520499)
    3倍音: 15ステップ 720.0c(error=18.04c)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)
    11倍音: 11ステップ 528.0c(error=-23.32c)
    13倍音: 18ステップ 864.0c(error=23.47c)

  26. 12EDO(error=1035.0789336235666)
    3倍音: 7ステップ 700.0c(error=-1.96c)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)
    11倍音: 6ステップ 600.0c(error=48.68c)
    13倍音: 8ステップ 800.0c(error=-40.53c)

5倍音~7倍音

ここで、3倍音を排除した場合の結果を示します。
53EDO の精度が高いのは変わりませんが、31EDO の精度が高いのが目立ちます。

  1. 31EDO(error=0.8940882876387135)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)

  2. 47EDO(error=6.522770306251134)

  3. 56EDO(error=10.486329584986855)

  4. 53EDO(error=12.315343962968253)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)

  5. 37EDO(error=12.733259464154735)

  6. 52EDO(error=18.045845714603857)

  7. 46EDO(error=18.963904514814075)

  8. 41EDO(error=21.387736647399652)

  9. 57EDO(error=27.213475913453433)

  10. 59EDO(error=27.724156868908988)

  11. 58EDO(error=29.48671193652275)

  12. 43EDO(error=40.959130801336805)

  13. 25EDO(error=41.62494842503577)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)

  14. 50EDO(error=41.62494842503577)

  15. 40EDO(error=45.7426652360267)

  16. 51EDO(error=56.93086043842957)

  17. 60EDO(error=58.87980388437481)

  18. 55EDO(error=59.515181141848814)

  19. 49EDO(error=73.2045067805677)

  20. 54EDO(error=76.49910240449952)

  21. 22EDO(error=94.50451356409847)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)

  22. 28EDO(error=142.7883338180244)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)

  23. 29EDO(error=242.83914215162224)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)

  24. 24EDO(error=270.8645912789293)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)

  25. 12EDO(error=579.5692678226794)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)

5倍音~11倍音

突如現れる 37EDO。
基本平均律の中では 53EDO がトップに返り咲きますが、 37EDO の1/3程度の精度しかありません。

  1. 37EDO(error=8.489211696231587)
    5倍音: 12ステップ 389.2c(error=2.88c)
    7倍音: 30ステップ 973.0c(error=4.15c)
    11倍音: 17ステップ 551.4c(error=0.03c)

  2. 52EDO(error=14.161181574625166)

  3. 46EDO(error=16.706954407216127)

  4. 56EDO(error=18.30076378070246)

  5. 59EDO(error=20.045756954210493)

  6. 41EDO(error=21.873409120004712)

  7. 57EDO(error=23.341890140612463)

  8. 50EDO(error=27.90503315595517)

  9. 53EDO(error=29.128090504356823)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)
    11倍音: 24ステップ 543.4c(error=-7.92c)

  10. 31EDO(error=29.939567987650594)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)
    11倍音: 14ステップ 541.9c(error=-9.38c)

  11. 58EDO(error=37.434513953573266)

  12. 47EDO(error=40.29228161653733)

  13. 43EDO(error=42.81746203248798)

  14. 55EDO(error=51.13659520345775)

  15. 48EDO(error=55.95217480672429)

  16. 35EDO(error=56.514858677908414)

  17. 54EDO(error=56.98519012127676)

  18. 60EDO(error=64.37924418347734)

  19. 51EDO(error=72.23705689028002)

  20. 40EDO(error=73.19371661467021)

  21. 22EDO(error=74.46281681829086)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)
    11倍音: 10ステップ 545.5c(error=-5.86c)

  22. 28EDO(error=106.50209993606082)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)
    11倍音: 13ステップ 557.1c(error=5.82c)

  23. 24EDO(error=181.15538487822639)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)
    11倍音: 11ステップ 550.0c(error=-1.32c)

  24. 25EDO(error=208.99211099206562)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)
    11倍音: 11ステップ 528.0c(error=-23.32c)

  25. 29EDO(error=221.62919564811526)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)
    11倍音: 13ステップ 537.9c(error=-13.39c)

  26. 12EDO(error=1176.36042374884)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)
    11倍音: 6ステップ 600.0c(error=48.68c)

5倍音~13倍音

37EDO が 5倍音~13倍音の中で最も精度が高いです。
しかし、 53EDO の精度がここで上がってくるのは以外。

  1. 37EDO(error=8.210504457565019)
    5倍音: 12ステップ 389.2c(error=2.88c)
    7倍音: 30ステップ 973.0c(error=4.15c)
    11倍音: 17ステップ 551.4c(error=0.03c)
    13倍音: 26ステップ 843.2c(error=2.72c)

  2. 57EDO(error=18.128624140775003)

  3. 56EDO(error=19.51772009729874)

  4. 46EDO(error=20.781624510200565)

  5. 50EDO(error=20.998381602664427)

  6. 53EDO(error=23.79462243397557)
    5倍音: 17ステップ 384.9c(error=-1.41c)
    7倍音: 43ステップ 973.6c(error=4.76c)
    11倍音: 24ステップ 543.4c(error=-7.92c)
    13倍音: 37ステップ 837.7c(error=-2.79c)

  7. 59EDO(error=26.021410228453753)

  8. 47EDO(error=31.244903874105763)

  9. 41EDO(error=33.43234123333869)

  10. 52EDO(error=34.42763007679812)

  11. 43EDO(error=34.8659738738124)

  12. 58EDO(error=43.08453743607261)

  13. 54EDO(error=46.57418922201497)

  14. 60EDO(error=48.35403987330605)

  15. 31EDO(error=53.175320527941906)
    5倍音: 10ステップ 387.1c(error=0.78c)
    7倍音: 25ステップ 967.7c(error=-1.08c)
    11倍音: 14ステップ 541.9c(error=-9.38c)
    13倍音: 22ステップ 851.6c(error=11.09c)

  16. 40EDO(error=54.9648941967007)

  17. 44EDO(error=61.915658325676766)

  18. 48EDO(error=64.39542899418885)

  19. 51EDO(error=64.84181115186205)

  20. 55EDO(error=65.2959641486631)

  21. 28EDO(error=148.89275427732707)
    5倍音: 9ステップ 385.7c(error=-0.60c)
    7倍音: 23ステップ 985.7c(error=16.89c)
    11倍音: 13ステップ 557.1c(error=5.82c)
    13倍音: 20ステップ 857.1c(error=16.62c)

  22. 24EDO(error=158.29783654781542)
    5倍音: 8ステップ 400.0c(error=13.69c)
    7倍音: 19ステップ 950.0c(error=-18.83c)
    11倍音: 11ステップ 550.0c(error=-1.32c)
    13倍音: 17ステップ 850.0c(error=9.47c)

  23. 22EDO(error=180.68129402288918)
    5倍音: 7ステップ 381.8c(error=-4.50c)
    7倍音: 18ステップ 981.8c(error=12.99c)
    11倍音: 10ステップ 545.5c(error=-5.86c)
    13倍音: 15ステップ 818.2c(error=-22.35c)

  24. 29EDO(error=208.09221029200046)
    5倍音: 9ステップ 372.4c(error=-13.90c)
    7倍音: 23ステップ 951.7c(error=-17.10c)
    11倍音: 13ステップ 537.9c(error=-13.39c)
    13倍音: 20ステップ 827.6c(error=-12.94c)

  25. 25EDO(error=294.48174874802)
    5倍音: 8ステップ 384.0c(error=-2.31c)
    7倍音: 20ステップ 960.0c(error=-8.83c)
    11倍音: 11ステップ 528.0c(error=-23.32c)
    13倍音: 18ステップ 864.0c(error=23.47c)

  26. 12EDO(error=1292.893159933542)
    5倍音: 4ステップ 400.0c(error=13.69c)
    7倍音: 10ステップ 1000.0c(error=31.17c)
    11倍音: 6ステップ 600.0c(error=48.68c)
    13倍音: 8ステップ 800.0c(error=-40.53c)

まとめ

基本平均律の中では 53EDO が圧倒的に精度が高いです。
高次元であっても、十分な精度を保つことができます。

そして、意外だったのは 37EDO の精度の高さです。
1次元の2倍音を除くと、 53EDO よりも高い精度を誇ります。

2倍音を除いたわけ

トリターブを基準とした音律について考えていました。
あとはなんとなくです。

とはいえ、3倍音や5倍音の精度が低いというのは 純正音程に近い という観点からのものでしかなく、だからと言って、「使えない音律か」といえば、そうではないはずです。
ずれているなら、それを 音律の色 としてあつかうこともできます。
そこも含め考察できると面白いのかなと思います。

Discussion