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
-1
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);
+1
View File
@@ -13,6 +13,7 @@ import { JsDoc } from '../../docs/JsDoc';
These functions allow the use of scales other than your typical chromatic 12 based ones.
### tune(scale)
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}