Module:MOS tunings: Difference between revisions
mNo edit summary |
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"] = | local search_params = {["Int Limit"] = 20, ["Tenney Height"] = 8.8, ["Prime Limit"] = 7} | ||
local modal_union = mos.modal_union(input_mos) | local modal_union = mos.modal_union(input_mos) | ||