Module:TAMNAMS: Difference between revisions

ArrowHead294 (talk | contribs)
m Could this work?
ArrowHead294 (talk | contribs)
mNo edit summary
 
Line 957: Line 957:
-- vectors (a table containing the number of L's and s's for that interval).
-- vectors (a table containing the number of L's and s's for that interval).
function p.differences_between_modes(base_step_matrix, altered_step_matrix)
function p.differences_between_modes(base_step_matrix, altered_step_matrix)
local differences = {}
local differences = {}
for i = 1, #altered_step_matrix do
for i = 1, #altered_step_matrix do
Line 995: Line 994:


function p.tester()
function p.tester()
local input_mos = mos.new(5,2)
local input_mos = mos.new(5, 2)
return p.preprocess_scalesig(input_mos)
return p.preprocess_scalesig(input_mos)
end
end


return p
return p