Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequences spillover when redefined #96

Open
ianhattwick opened this issue Dec 10, 2022 · 0 comments
Open

Sequences spillover when redefined #96

ianhattwick opened this issue Dec 10, 2022 · 0 comments

Comments

@ianhattwick
Copy link

When redefining a sequence, the previously defined sequence continues to play (sometimes for a whole pattern) while the new sequence plays.

I've noticed this in various contexts, some worse than others. I'll try and add more examples as they come up, but the example below seems repeatable:

f = Freesound(577698, {maxvoices:8})

//execute this first
f.note.seq([7,6,5], 1/4)

//then execute this
f.note.seq([1,2,3], 1/2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant