Equal Temperament by leonid

a=i=1
for x in'CCDDEFFGGAAB':i+=.5;print'%-6s%.3f'%(x+'#'*(a==x),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