Module:MOS intervals: Difference between revisions
Created page with "local mos = require('Module:MOS') local rat = require('Module:Rational') local p = {} -- Helper function that turns a mosstep into a step count as a string -- EG, the 3-mosst..." |
mNo edit summary |
||
| Line 37: | Line 37: | ||
end | end | ||
function p.mos_intervals_frame() | 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) | ||