Module:Lumatone mapping intro: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 18: | Line 18: | ||
local is_far_fifth = (math.abs(fifth_error) / step_size >= 0.40) | local is_far_fifth = (math.abs(fifth_error) / step_size >= 0.40) | ||
local result = string.format("There are many conceivable ways to map [[%s]] onto the onto the [[Lumatone]] keyboard.", ET.as_string(et)) | local result = (octave == 12 | ||
and "The standard mapping of [[12edo]] onto the [[Lumatone]] agrees with the [[Standard Lumatone mapping for Pythagorean]]." | |||
or string.format("There are many conceivable ways to map [[%s]] onto the onto the [[Lumatone]] keyboard.", ET.as_string(et))) | |||
local rings = gcd(octave, twelfth) | local rings = gcd(octave, twelfth) | ||