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

Player Settings loses state #83

Closed mmontag closed 2 years ago

mmontag commented 3 years ago

Given

  1. Play MIDI song such as LAVENDER.MID or PLANETAL.MID.
  2. Mute channel 1.
  3. Set speed to anything other than 1.00.
  4. Seek forward to mid-song.

Then

  1. Artwork disappears.
  2. Speed appears reset to 1.00.
  3. Channel 1 appears to become unmuted. (Possibly exposed by 326322d0ac1b4eb6156febecfc183e5b144d8f1c because mute mask appears reset when instruments change.)

Given

  1. Play a song with some artwork.
  2. Restart the song by clicking it again.

Then

  1. Artwork disappears.
mmontag commented 2 years ago

Fixed, for now.