Equal Temperament by bk1e

main(i){double s=1.0594631,t=261.62556;for(i=4;t<500;t*=s,i=i==13?0:i==8?i+2:i+1)printf("%c%c%11.3f\n",65+i/2,32+i%2*3,t);}

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

download

return to the top page