Equal Temperament by clock

i=3;main(m){for(;i<15;printf("%c%c%11.3f\n",65+m/2%7,32+m%2*3,220*pow(2,i++/12.)))m=i/8-~i;}

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

download

return to the top page