Module:MOS tunings: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 274: | Line 274: | ||
local mos_abbrev = frame.args["MOS Abbrev"] | local mos_abbrev = frame.args["MOS Abbrev"] | ||
local collapsed = yesno(frame.args["Collapsed"], false) -- Currently does nothing | local collapsed = yesno(frame.args["Collapsed"], false) -- Currently does nothing | ||
local step_ratios = p.parse_step_ratios(frame.args["Step Ratios"]) | local step_ratios = p.parse_step_ratios(frame.args["Step Ratios"]) | ||
local ji_ratios = p.parse_ji_ratios(frame.args["JI Ratios"], equave_in_cents) or jira.search_by_int_limit(30, equave_in_cents) | local ji_ratios = p.parse_ji_ratios(frame.args["JI Ratios"], equave_in_cents) or jira.search_by_int_limit(30, equave_in_cents) | ||