Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
m re-coded default ratios
Ganaram inukshuk (talk | contribs)
m todo
Line 11: Line 11:


-- TODO:
-- TODO:
-- - Header capitalization
-- - Sort step ratios by hardness, except for simple tunings as increasing edos
--  is more intuitive than increasing hardness
-- - Links
-- - Links
-- - Text align
-- - Text align
Line 24: Line 25:
end
end


-- Helper function
-- Finds the step ratio range
function p.preprocess_step_ratio_range(step_ratios)
function p.preprocess_step_ratio_range(step_ratios)
local step_ratios = step_ratios or { {6,1} }
local step_ratios = step_ratios or { {6,1} }