mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
formatting uzu/strudel#1944
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user