add some todos
This commit is contained in:
parent
b91eeb72f0
commit
36db844155
2 changed files with 20 additions and 7 deletions
|
|
@ -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`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue