Module:MOS genchain: Difference between revisions
No edit summary |
Adopt new mos functions |
||
| Line 140: | Line 140: | ||
-- What scales are produced when the chain is extended further? | -- What scales are produced when the chain is extended further? | ||
local child_scale_chain_length = input_mos.nL + input_mos.nL + input_mos.ns | local child_scale_chain_length = input_mos.nL + input_mos.nL + input_mos.ns | ||
local child_scale_1 | local child_scale_1, child_scale_2 = mos.child_mosses(input_mos) | ||
result = result | result = result | ||
.. " " | .. " " | ||