Module:Temperament data/Badness testing: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
Line 341: | Line 341: | ||
e = e + math.abs(te_tuning[1][i]) | e = e + math.abs(te_tuning[1][i]) | ||
end | end | ||
e = e/( | e = e/#(te_tuning[1]) | ||
local usb = c * e | local usb = c * e | ||
result = result .. "\n\nUSB: " + u._round(usb, 7) | result = result .. "\n\nUSB: " + u._round(usb, 7) |