Module:ED intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
Undo revision 133902 by Ganaram inukshuk (talk) (testing didn't work)
Tag: Undo
Ganaram inukshuk (talk | contribs)
m Added todo
Line 4: Line 4:
local p = {}
local p = {}


-- Module for creating an intro for an equal-division tuning.
-- TODO: rewrite to support the following in separate functions
-- Supported types: edo, edt, edf, edh, edr, edc (for octave, tritave/twelfth,
-- - edh - equal divisions of a harmonic
-- fifth, arbitrary harmonic h, arbitrary ratio r, and arbitrary cents c).
-- - 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: