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

Deal with CLI/OSC crash due to active state being mis-set #7780

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

baconpaul
Copy link
Collaborator

the CLI has a separate runloop than the SSP which is fine, but that means it has to set the state. it didn't set active processing and that meant OSC tried to do a non-audio queue drain. Which combined with the audio queue drain went blamtastic.

Closes #7779

the CLI has a separate runloop than the SSP which is fine, but
that means it has to set the state. it didn't set active processing
and that meant OSC tried to do a non-audio queue drain. Which
combined with the audio queue drain went blamtastic.

Closes surge-synthesizer#7779
@baconpaul baconpaul merged commit 7b9c713 into surge-synthesizer:main Aug 31, 2024
10 checks passed
@baconpaul baconpaul deleted the osccli-7779 branch August 31, 2024 19:59
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 this pull request may close these issues.

Sending notes via OSC on a Raspberry Pi crashes Surge
1 participant