Equal Temperament by twobit

i=-9
for c in"CCDDEFFGGAAB":print c+" # "[i%7%5%3],"%10.3f"%(440*2**(i/12.));i+=1

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

download

return to the top page