Module:TAMNAMS: Difference between revisions
m todo |
Bugfixes to find_ancestor function |
||
| Line 359: | Line 359: | ||
end | end | ||
return | return mos.new(z, w, input_mos.equave) | ||
end | end | ||
| Line 877: | Line 877: | ||
output_ = output_ .. "LLsLsAs" .. " " .. p.mode_udp("LLsLsAs", mos.new(5,2)) | output_ = output_ .. "LLsLsAs" .. " " .. p.mode_udp("LLsLsAs", mos.new(5,2)) | ||
return p.mode_rotation_udps("LsLLsAs", mos.new(5, 2), "m", true) | --return p.mode_rotation_udps("LsLLsAs", mos.new(5, 2), "m", true) | ||
--return p.degree_quality({4, -1}, mos.new(5,2), "ABBREV", 'm') | --return p.degree_quality({4, -1}, mos.new(5,2), "ABBREV", 'm') | ||
return p.find_ancestor(mos.new(23, 13), 10) | |||
end | end | ||
return p | return p | ||