On 25/06/16 17:59, jonetsu@xxxxxxxxxxxx wrote:
On Sat, 25 Jun 2016 13:55:07 +0200
With 432Hz, all other note frequencies of our scales are whole numbers whereas with 440 they are fractional (apart from A 440).
Sorry, where do you get this from? If 'our scales' is Equal temperament. You can test it for yourself e.g. in Python:
>>> a_freq = 432 >>> for i in range(0, 13): ... print i, a_freq * (2 ** (i / 12.)) ... 0 432.0 1 457.688056763 2 484.90360487 3 513.737473681 4 544.285893555 5 576.650817001 6 610.940258945 7 647.268657211 8 685.75725445 9 726.534502779 10 769.736492473 11 815.507406157 12 864.0 _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user