Module:MOS in EDO: Difference between revisions
Adopt tamnams module for lookup |
m use tamnams names table directly |
||
| Line 412: | Line 412: | ||
-- Also add tamnams name if there is one | -- Also add tamnams name if there is one | ||
local scale_sig = p.mos_step_pattern_to_scale_sig(current_scale) | local scale_sig = p.mos_step_pattern_to_scale_sig(current_scale) | ||
local tamnams_name = tamnams. | local tamnams_name = tamnams.tamnams_name[scale_sig] | ||
local current_step_count = #current_scale | local current_step_count = #current_scale | ||
if large_step_size == small_step_size then | if large_step_size == small_step_size then | ||