cleaning up

This commit is contained in:
Jade (Rose) Rowland 2024-02-04 13:56:46 -05:00
parent 90624abf2e
commit f5ac57f87b
2 changed files with 1 additions and 93 deletions

View file

@ -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 }),
});