cleaning up
This commit is contained in:
parent
90624abf2e
commit
f5ac57f87b
2 changed files with 1 additions and 93 deletions
|
|
@ -30,12 +30,7 @@ export function webaudioScheduler(options = {}) {
|
|||
...options,
|
||||
};
|
||||
const { defaultOutput, getTime } = options;
|
||||
// return new strudel.Cyclist({
|
||||
// ...options,
|
||||
// onTrigger: strudel.getTrigger({ defaultOutput, getTime }),
|
||||
// });
|
||||
console.log('here');
|
||||
return new strudel.NeoCyclist({
|
||||
return new strudel.Cyclist({
|
||||
...options,
|
||||
onTrigger: strudel.getTrigger({ defaultOutput, getTime }),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue