Module:JI ratios in ED: Difference between revisions
Table title will correctly specify whether the temperament interpretation is for a prime limit (eg, 5-limit) or a prime subgroup (eg, 2.3.7) |
m Corrected default args |
||
| Line 62: | Line 62: | ||
-- Primary function | -- Primary function | ||
function p.find_ratios_in_ed(input_et, primes, tenney_height, denominator_limit) | function p.find_ratios_in_ed(input_et, primes, tenney_height, denominator_limit) | ||
local input_et = input_et or et.parse(" | local input_et = input_et or et.parse("12edo") | ||
local primes = primes or { 2, 3, 5, 7 } | local primes = primes or { 2, 3, 5, 7 } | ||
local tenney_height = tenney_height or 10 | local tenney_height = tenney_height or 10 | ||