-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
When using CTRL-C, CTRL-D (or just CTRL-D after program completion) in the simulator serial to restart a program running music/audio, an error occurs and the simulator ends up in a state between started and stopped. Example program below:
import music
music.play(['c', 'd', 'e', 'c'])
Error in console: TypeError: Cannot read properties of undefined (reading 'createOscillator').
Metadata
Metadata
Assignees
Labels
No labels

