Module:MOS in EDO: Difference between revisions
Rearranged/added columns |
mNo edit summary |
||
| Line 375: | Line 375: | ||
local large_step_size = current_step_sizes["L"] | local large_step_size = current_step_sizes["L"] | ||
local small_step_size = current_step_sizes["s"] | local small_step_size = current_step_sizes["s"] | ||
-- New row | |||
result = result .. string.format('|-\n') | |||
-- Add the scale sig | -- Add the scale sig | ||
| Line 405: | Line 408: | ||
-- Add the step visualization | -- Add the step visualization | ||
local step_vis = p.step_pattern_to_simple_visualization(current_scale, period_in_edosteps) | local step_vis = p.step_pattern_to_simple_visualization(current_scale, period_in_edosteps) | ||
result = result .. string.format('| %s\n', step_vis) | result = result .. string.format('| %s\n', step_vis) | ||