Skip to content

Ring not applying in second argument of note() #64

@GuillemGongora

Description

@GuillemGongora

The second argument of note() doesn't change when a ring is introduced, unless the first argument is also a ring.

ring first (0)
ring second (0 1 2)
new synth sine time(1/8) note(0 second) -> will output as if note(0 0)
new synth sine time(1/8) note(first second) -> will output the desired result
new synth sine time(1/8) note(first 1) -> will also output the desired result

Same goes for the note() in new sample

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