Module:Infobox MOS: Difference between revisions
mNo edit summary |
m Changes to backslash modifier for period |
||
| Line 117: | Line 117: | ||
period_as_text = equave_as_text | period_as_text = equave_as_text | ||
else | else | ||
local | local ed = et.new(number_of_periods, input_mos.equave) | ||
period_as_text = | period_as_text = et.backslash_ratio(ed, 1) | ||
end | end | ||
local period_in_cents = equave_in_cents / number_of_periods | local period_in_cents = equave_in_cents / number_of_periods | ||