working but animation is weird

This commit is contained in:
Jade (Rose) Rowland 2024-01-10 23:49:02 -05:00
parent 0c7b731fa6
commit 721f707c94
8 changed files with 48 additions and 52 deletions

View file

@ -30,7 +30,12 @@ export function webaudioScheduler(options = {}) {
...options,
};
const { defaultOutput, getTime } = options;
return new strudel.Cyclist({
// return new strudel.Cyclist({
// ...options,
// onTrigger: strudel.getTrigger({ defaultOutput, getTime }),
// });
console.log('here');
return new strudel.NeoCyclist({
...options,
onTrigger: strudel.getTrigger({ defaultOutput, getTime }),
});