Module:Lumatone mapping intro: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 25: Line 25:
if rings > 1 then
if rings > 1 then
-- If the EDO has multiple rings of fifths
-- If the EDO has multiple rings of fifths
result = result .. string.format(" However, since it has %d mutually-exclusive rings of fifths, ", rings)
result = result .. string.format(" However, it has %d mutually-exclusive rings of fifths, ", rings)
.. "the [[Standard Lumatone mapping for Pythagorean]] is not one of them."
.. "so the [[Standard Lumatone mapping for Pythagorean]] is not one of them."
if ET.is_highly_composite(et) then
if ET.is_highly_composite(et) then
-- If the EDO has multiple rings of fifths and is highly composite (multiples of 12 especially)
-- If the EDO has multiple rings of fifths and is highly composite (multiples of 12 especially)
result = result .. " Additionally, since it is [[highly composite]], many other mappings will also fail to cover the whole gamut."
result = result .. " Since it is [[highly composite]], many other mappings will also fail to cover the whole gamut."
end
end
elseif is_far_fifth == true then
elseif is_far_fifth == true then