Equal Temperament by Hendrik

for f=1,24,2 do print(("C C#D D#E F F#G G#A A#B "):sub(f,f+1)..("%11.3f"):format(440*2^((f-19)/24)))end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page