Equal Temperament by leonid

a=i=1
for x in'CCDDEFFGGAAB':i+=.5;print x+' #'[a==x]+"%11.3f"%(220*2**(i/6));a=x

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

download

return to the top page