-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
hey,
If you use the offset param of Dbjorklund the pattern does not start at initial time. I think this is a bug:
compare:
{Duty.ar(1/100, 0, Dbjorklund(5, 8, 0)) * Impulse.ar(100) }.plot(0.1); // starts with an initial trigger
with:
{Duty.ar(1/100, 0, Dbjorklund(5, 8, 1)) * Impulse.ar(100) }.plot(0.1); // is shifted in time without an initial trigger
same is not true for Dbjorklund2
Metadata
Metadata
Assignees
Labels
No labels