Equal Temperament by pooq

a=1:12;write(sprintf("%-6s%.3f",substring("C C#D D#E F F#G G#A A#B",a*2-1,a*2),440*2^(-9:2/12)),"")

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

download

return to the top page