Module:MOS intervals: Difference between revisions
mNo edit summary |
m Undo revision 125753 by Ganaram inukshuk (talk) Edited wrong module Tag: Undo |
||
| Line 64: | Line 64: | ||
end | end | ||
function p. | function p.mos_intervals_frame(frame) | ||
-- Default param for input mos is 5L 2s | -- Default param for input mos is 5L 2s | ||
local input_mos = mos.parse(frame.args['Scale Signature']) or mos.new(2, 5, 2) | local input_mos = mos.parse(frame.args['Scale Signature']) or mos.new(2, 5, 2) | ||