This commit is contained in:
tyow
2026-01-23 13:30:36 -05:00
parent eb3818eebb
commit 5da3ae8df4
+1
View File
@@ -53,6 +53,7 @@ function getXenScale(scale, indices) {
return scale.filter((_, i) => indices.includes(i));
}
function xenOffset(xenScale, offset, index = 0) {
const i = _mod(index + offset, xenScale.length);
const oct = Math.floor(offset / xenScale.length);