Equal Temperament by pooq

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

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

download

return to the top page