Module:TAMNAMS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Added comments for proposed encoding
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 282: Line 282:
-- - d: a diminished step, a small step minus a chroma, or -L + 2s
-- - d: a diminished step, a small step minus a chroma, or -L + 2s
-- Proposed encoding (work-in-progress):
-- Proposed encoding (work-in-progress):
--  2 = Large size plus 2 chromas, or 2x-aug size for period intervals
--  2 = Large size +1 chroma OR perfect size +2 chromas
--  1 = Large size plus 1 chroma, or augmented size for period intervals
--  1 = Large size OR perfect size +1 chroma
--  0 = Large size, or perfect size for period intervals
--  0 = Perfect size; reserved for period intervals
-- -1 = Small size, or diminished size for period intervals
-- -1 = Small size OR perfect size -1 chroma
-- -2 = Small size minus 1 chroma, or 2x-dim for period intervals
-- -2 = Small size -1 chroma OR perfect size -2 chromas
-- Large/small is translated to major/minor for nonperfectable intervals,
-- perfect/diminished for bright gens, and augmented/perfect for dark gens. The
-- value denotes the number of chromas from the perfect size (for perfectables)
-- or either the large or small size.
-- Encoding can continue for any number of chromas; only [-2, 2] is shown for
-- Encoding can continue for any number of chromas; only [-2, 2] is shown for
-- demonstration.
-- demonstration.
-- Large/small size is translated to major/minor, or aug/perf/dim based on what
-- interval it is (nonperfectable vs dark gen vs bright gen).
-- Encoding can be adapted for use with mos notation (EG, diamond-mos), where
-- Encoding can be adapted for use with mos notation (EG, diamond-mos), where
-- the values denote how many chromas are added/subtracted.
-- the values denote how many chromas are added/subtracted.