Skip to content

cut groups break on simultaneous events #282

@geikha

Description

@geikha

The following code acts as if there were no cut groups indicated at all:

d1 $ superimpose ((# speed 2) . (# cut 2))
        $ s "bev(6,8)" # cut 1

It should sound like

d1 $ s "bev(6,8)" # cut 1

d2 $ s "bev(6,8)" # speed 2 # cut 1

It seems it also doesn't work like this:

d1 $ stack[
    s "oregano2(6,8)" # cut 1,
    s "oregano2(6,8)" # speed 2 # cut 2 
]

So it seems the cut groups are broken?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions