Module:MOS degrees: Difference between revisions
No edit summary |
No edit summary |
||
| Line 374: | Line 374: | ||
-- Find the cent value | -- Find the cent value | ||
-- If the cent value is for the perfect root, say it's the equave | |||
local cent_value = et.cents(et_for_mos, estep_count) | local cent_value = et.cents(et_for_mos, estep_count) | ||
cent_value = utils._round_dec(cent_value, 1) | cent_value = utils._round_dec(cent_value, 1) | ||
if cent_value == 0 then | |||
cent_value = cents_per_equave | |||
end | |||
-- Add the row | -- Add the row | ||