Equal Temperament by hallvabo

p=v=261.62556
for x in'CCDDEFFGGAAB':print x+' #'[p==x],"%10.3f"%v;v*=1.0594631;p=x

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

download

return to the top page