Equal Temperament by clock

<?for($i=2;++$i<15;)printf('%c%c    %.3f
',65+($m=$i+($i>7)+1)/2%7,32+$m%2*3,220*pow(2,$i/12));

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

download

return to the top page