mmontag / chip-player-js

Web-based music player for a variety of video game and chiptune music formats.
https://chiptune.app
GNU General Public License v3.0
324 stars 17 forks source link

Playback errors break the sequencer #107

Closed mmontag closed 2 years ago

mmontag commented 2 years ago

Fix playback error handling.

When a song has playback error, it shows Error 404 [x] and clears the sequencer. These should be recoverable errors that continue to the next song. The only issue is that they may cause some flickering or happen too fast.

mmontag commented 2 years ago

Error handling has been significantly improved.