Main public logs

From Xenharmonic Reference

Combined display of all available logs of Xenharmonic Reference. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:32, 26 December 2025 Vector talk contribs created page Module:ADIN (Created page with "local p = {} -- WIP -- WIP -- WIP function p.findClosest(edo,cents) return math.floor((edo*cents/1200)+0.5) end function p.findSmallestAbove(edo,cents) return math.ceil((edo*cents/1200)) end function p.findSmallestBelow(edo,cents) return math.floor((edo*cents/1200)) end function p.ADIN(step,edo) gen = (math.log(3/2)/math.log(2))*1200 dgen = 1200-gen third = (((gen*4)%1200) + ((gen*-3)%1200))/2 sixth = 1200-third second = dgen-third seventh = 1200-second fifth = gen-...")