Equal Temperament by clock

<?for($i=3;++$i<16;)printf('%c%c%11.3f
',65+($m=$i+($i>8))/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