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

mini-notation syntax error causes stream to freeze #1099

Closed
ahihi opened this issue Nov 5, 2024 · 1 comment · Fixed by #1100
Closed

mini-notation syntax error causes stream to freeze #1099

ahihi opened this issue Nov 5, 2024 · 1 comment · Fixed by #1100

Comments

@ahihi
Copy link
Contributor

ahihi commented Nov 5, 2024

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".

@yaxu
Copy link
Member

yaxu commented Nov 8, 2024

Great thanks!

@yaxu yaxu closed this as completed in #1100 Nov 8, 2024
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

Successfully merging a pull request may close this issue.

2 participants