We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: