Equal Temperament by nn

i=12;main(){for(;i--;)printf("%c%c%11.3f\n","BAAGGFFEDDCC"[i],32+i%7%2*3,440/pow(2,(i-2)/12.));}

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

download

return to the top page