Skip to content

Dbjorklund offset bug? #4

@dietcv

Description

@dietcv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions