Module:MOS mode degrees: Difference between revisions
Default 5L 2s modmos names updated |
m comments |
||
| Line 186: | Line 186: | ||
-- Get the mode names | -- Get the mode names | ||
local mode_names = nil | local mode_names = nil | ||
-- Default names for 5L 2s modes and select modmosses | -- Default names for 5L 2s modes and select modmosses. | ||
-- Names are based on whichever mode is returnd by UDP closest-mode search, | -- Names are based on whichever mode is returnd by UDP closest-mode search, | ||
-- with common names added wherever applicable. Sources include: | -- with common names added wherever applicable. Sources include: | ||
-- - https://www.jazz-guitar-licks.com/ and likely others | -- - https://www.jazz-guitar-licks.com/ and likely others | ||
-- - Whatever Wikipedia has cited for the Neapolitan scales | -- - Whatever Wikipedia has cited for the Neapolitan scales | ||
-- NOTE: these names can be overridden if they don't suffice. | |||
if scale_sig == "5L 2s" then | if scale_sig == "5L 2s" then | ||
if step_pattern == "LsLLsAs" then | if step_pattern == "LsLLsAs" then | ||