Module:ADIN: Revision history

From Xenharmonic Reference

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 December 2025

  • curprev 04:3204:32, 26 December 2025 Vector talk contribs 961 bytes +961 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-..."