Module:MOS intervals: Difference between revisions
m Bold cells should now indicate periods (eg, unison and octave/equave) and generators |
mNo edit summary |
||
| Line 64: | Line 64: | ||
end | end | ||
function p. | function p.mos_degrees_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) | ||