Equal Temperament by uru

var n:word;begin
for n:=3to 14do writeln(copy("C C#D D#E F F#G G#A A#B",n+n-5):-2,$dc*2**(n/12):11:3)end.

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

download

return to the top page