Module:Harmonics in equal: Difference between revisions
ArrowHead294 (talk | contribs) Revert |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 43: | Line 43: | ||
ev = math.floor(v + .5) | ev = math.floor(v + .5) | ||
table.insert(tpri, '' .. p) | table.insert(tpri, '' .. p) | ||
table.insert(tabs, string.format(fmt_abs, 1200 * equave * (ev - v ) / steps)) | table.insert(tabs, string.gsub(string.format(fmt_abs, 1200 * equave * (ev - v ) / steps)), "%-", "−") | ||
table.insert(trel, string.format(fmt_rel, 100 * (ev - v))) | table.insert(trel, string.format(fmt_rel, 100 * (ev - v))) | ||
if reduction then | if reduction then | ||