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).
- 07:58, 29 December 2025 Vector talk contribs created page Module:Interval ruler (Created page with "local p = {} function p.e(resolution,intervals,length) length = length or 1200 intervals = intervals or {} i = math.floor(length/1200 * resolution + 0.5) z = {} for k = 0, i do z[k] = "─" end for n = 1, #intervals do z[math.floor(intervals[n]/1200 * resolution + 0.5)] = "┴" end for m = 0, math.floor(i/resolution) do if (z[m*resolution] == "┴") then z[m*resolution] = "┼" else z[m*resolution] = "┬" end end if(z[0]=="┼") then z[0]="├" end if(z[0]=="...")
