formatting uzu/strudel#1944
This commit is contained in:
parent
e6b824ebff
commit
eb3818eebb
2 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ function getXenScale(scale, indices) {
|
||||||
return scale.filter((_, i) => indices.includes(i));
|
return scale.filter((_, i) => indices.includes(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function xenOffset(xenScale, offset, index = 0) {
|
function xenOffset(xenScale, offset, index = 0) {
|
||||||
const i = _mod(index + offset, xenScale.length);
|
const i = _mod(index + offset, xenScale.length);
|
||||||
const oct = Math.floor(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.
|
These functions allow the use of scales other than your typical chromatic 12 based ones.
|
||||||
|
|
||||||
### tune(scale)
|
### tune(scale)
|
||||||
|
|
||||||
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}
|
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}
|
||||||
|
|
||||||
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}
|
{/* TODO (maybe): combine jsdoc things in tune.mjs with here */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue