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

Allow SOUND to play sounds without blocking the caller when PLAY "MB is used #170

Closed
a740g opened this issue Sep 8, 2022 · 0 comments · Fixed by #171
Closed

Allow SOUND to play sounds without blocking the caller when PLAY "MB is used #170

a740g opened this issue Sep 8, 2022 · 0 comments · Fixed by #171
Assignees
Labels
bug Something isn't working

Comments

@a740g
Copy link
Contributor

a740g commented Sep 8, 2022

image

Music (PLAY statement) and SOUND are set to run in the background. That is, each note or sound is placed in a buffer, allowing the BASIC program to continue executing while the note or sound plays in the background. The maximum number of notes that can be played in the background at one time is 32.

This is currently not implemented and can be easily implemented.

This will be completed after #164 is merged.

@a740g a740g self-assigned this Sep 8, 2022
@a740g a740g added the bug Something isn't working label Sep 8, 2022
a740g added a commit to a740g/QB64pe that referenced this issue Sep 9, 2022
@a740g a740g mentioned this issue Sep 9, 2022
@a740g a740g linked a pull request Sep 9, 2022 that will close this issue
a740g added a commit that referenced this issue Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant