add some todos

This commit is contained in:
Felix Roos 2022-02-06 21:15:03 +01:00
parent b91eeb72f0
commit 36db844155
2 changed files with 20 additions and 7 deletions

View file

@ -20,7 +20,7 @@ const applyOptions = (parent: any) => (pat: any, i: number) => {
case 'stretch':
const speed = new Fraction(operator.arguments_.amount).inverse().valueOf();
return reify(pat).fast(speed);
// case 'fixed-step': "%" // https://github.com/Mdashdotdashn/krill#patterns---a-more-traditional-approach
// TODO: case 'fixed-step': "%"
}
console.warn(`operator "${operator.type_}" not implemented`);
}