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

Force cpal Stream to implement Send+Sync #107

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

MyBlackMIDIScore
Copy link
Member

Should be fine since we realistically only keep Stream for dropping...
One thing we could change to make this more "safe" is removing the play() and pause() functions from the RealtimeSynth struct.

See here and here.

@MyBlackMIDIScore MyBlackMIDIScore linked an issue Oct 18, 2024 that may be closed by this pull request
@MyBlackMIDIScore MyBlackMIDIScore merged commit 818dbd6 into master Oct 22, 2024
1 check passed
@MyBlackMIDIScore MyBlackMIDIScore deleted the realtime-send branch October 22, 2024 13:24
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.

Realtime synth is not thread safe
2 participants