Equal Temperament by nn

#import<stdio.h>
#import<math.h>
int i=9;main(){for(;i+3;)printf("%c%c%11.3f\n","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