Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added default ratio search params; to be overridden by custom params later
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 134: Line 134:
local mos_abbrev = mos_abbrev or "m"
local mos_abbrev = mos_abbrev or "m"
local step_ratios = step_ratios or { {2,1}, {3,1}, {3,2} }
local step_ratios = step_ratios or { {2,1}, {3,1}, {3,2} }
local search_params = {["Int Limit"] = 40, ["Tenney Height"] = 10.2, ["Prime Limit"] = 19}
local search_params = {["Int Limit"] = 20, ["Tenney Height"] = 10.2, ["Prime Limit"] = 19}
local modal_union = mos.modal_union(input_mos)
local modal_union = mos.modal_union(input_mos)