Module:JI ratios: Difference between revisions
Add code skeletons for invoking ji ratios with other modules/templates; update todo |
No edit summary |
||
| Line 437: | Line 437: | ||
-- Invokable function; for templates | -- Invokable function; for templates | ||
function p.ji_ratios(frame) | function p.ji_ratios(frame) | ||
args = GetArgs(frame) | |||
ratios = p.search_by_args_within_equave(args["Equave"], args) | |||
return p.ratios_as_string(ratios) | |||
end | end | ||
return p | return p | ||