Equal Temperament by clock(twobit)

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

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

download

return to the top page