Module:MOS tunings: Difference between revisions
Added collapse option |
m bugfix ratio-search by params |
||
| Line 284: | Line 284: | ||
elseif string.match(unparsed, "Int Limit:") then | elseif string.match(unparsed, "Int Limit:") then | ||
params = jira.parse_search_params(unparsed) -- Search params require at the absolute least an int limit, so see if there's "Int Limit" | params = jira.parse_search_params(unparsed) -- Search params require at the absolute least an int limit, so see if there's "Int Limit" | ||
ratios = jira.search_by_params( | ratios = jira.search_by_params(params, equave_in_cents) | ||
else | else | ||
ratios = jira.parse_ratios(unparsed) | ratios = jira.parse_ratios(unparsed) | ||