Equal Temperament by nn

import std.stdio;import std.math;int i=9;void main(){for(;i+3;)printf("%c%c%11.3Lf
","BAAGGFFEDDCC"[i--+2]," #"[i%5&1],440/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