Module:TAMNAMS: Difference between revisions
Separated some functions, rewrote udp function to accept alterations and made periods an optional arg |
m todo |
||
| Line 11: | Line 11: | ||
-- - Naming for modes (basically UDP) | -- - Naming for modes (basically UDP) | ||
-- - Naming for select scales | -- - Naming for select scales | ||
-- TODO? | |||
-- - Function to parse a UDP and (possibly) scale degrees | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
--------------------------- | --------------------------- NAME LOOKUP TABLES --------------------------------- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 275: | Line 278: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
------------------------- | ------------------------- NAME LOOKUP FUNCTIONS -------------------------------- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 671: | Line 674: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-------------------- MODE NOTATION/COMPARISON FUNCTIONS ------------------------ | |||
-------------------------- BASED ON UDP NOTATION ------------------------------- | -------------------------- BASED ON UDP NOTATION ------------------------------- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Line 822: | Line 825: | ||
return udp | return udp | ||
end | end | ||
-- Helper function for mode_udp, but can be used standalone. | -- Helper function for mode_udp, but can be used standalone. | ||