Module:ED intro: Difference between revisions
Undo revision 133902 by Ganaram inukshuk (talk) (testing didn't work) Tag: Undo |
m Added todo |
||
| Line 4: | Line 4: | ||
local p = {} | local p = {} | ||
-- | -- TODO: rewrite to support the following in separate functions | ||
-- | -- - edh - equal divisions of a harmonic | ||
-- | -- - edr - equal divisions of an arbitrary ratio | ||
-- - edc - equal divisions of a non-integer constant or cent value | |||
-- - edo - a special case of edh, where the harmonic is 2/1 | |||
-- - edt - a special case of edh, where the harmonic is 3/1 | |||
-- - edf - a special case of edr, where the ratio is 3/2 | |||
-- Notes: | -- Notes: | ||