This commit is contained in:
tyow 2026-01-24 14:30:15 -05:00
parent e6b824ebff
commit eb3818eebb
2 changed files with 1 additions and 1 deletions

View file

@ -53,7 +53,6 @@ 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);