Morse beep: A simple text to Morse Code player for the web(mcwhittemore.github.io) |
Morse beep: A simple text to Morse Code player for the web(mcwhittemore.github.io) |
When I click to start a new translation, it pauses the previous translation(s) instead of canceling what hasn't been beeped.
This led to a fun test where I asked it to spell eight words simultaneously and suddenly found myself listening to electronic music.
I guess I can make it so each call to an instance of morse adds to a queue and that when one bit of text is played it goes on to the next. This seems better for a singleton though and as of right now, this isn't a singleton... hmmm.