Equal Temperament by bonobo

#include <iostream>\x0d
int main(){std::cout<<"C     261.626\nC#    277.183\nD     293.665\nD#    311.127\nE     329.628\nF     349.228\nF#    369.994\nG     391.995\nG#    415.305\nA     440.000\nA#    466.164\nB     493.883";return 0;}

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

download

return to the top page