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
sometimes, a syntax error in the mini-notation causes the stream thread to freeze. an example of a pattern that causes this is:
d1 $ stack [ (1/16) ~> s "ride*4" , n "<0 1 2§>*16" # s "808" -- note the invalid '§' ]
after this, there is no sound even if i evaluate a valid block like d1 $ s "bd*4".
d1 $ s "bd*4"
The text was updated successfully, but these errors were encountered:
Great thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
sometimes, a syntax error in the mini-notation causes the stream thread to freeze. an example of a pattern that causes this is:
after this, there is no sound even if i evaluate a valid block like
d1 $ s "bd*4"
.The text was updated successfully, but these errors were encountered: