-
Notifications
You must be signed in to change notification settings - Fork 27
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
Playing a microbit.Sound
or audio.SoundEffect
crashes beta.2
#124
Comments
To have a working MicroPython hex for the Python Editor, we'll see tomorrow to maybe create a new CODAL tag with the commit reverted, or maybe go back in MicroPython to CODAL v0.2.40. |
Only change is: - Removes a small delay in the emoji synth to allow HLLs to run correctly This is to fix: #124
Okay, we've got a hotfix patch to resolve this and I'll release beta.3 right away. The commit reverted was to solve a issue with the
Thanks @JohnVidler! |
Only change is: - Removes a small delay in the emoji synth to allow HLLs to run correctly This is to fix: #124
To replicate:
In both cases the sound will play, but it will get stuck playing the last tone and play that indefinitely, never reaching the line to display "A".
Looks like it was introduced by this CODAL commit: lancaster-university/codal-microbit-v2@31095d5
More info in:
The text was updated successfully, but these errors were encountered: