Equal Temperament by twobit

for i=-9,2 do
print(("%c%c%11.3f"):format(65+(i*.59+.4)%7,32+i%7%5%3%2*3,440*2^(i/12)))end

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

download

return to the top page