working but animation is weird
This commit is contained in:
parent
0c7b731fa6
commit
721f707c94
8 changed files with 48 additions and 52 deletions
|
|
@ -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 }),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue