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
333 stars 18 forks source link

Problematic songs #49

Open mmontag opened 4 years ago

mmontag commented 4 years ago

List of troublesome files

MIDI

MDX

VGM

~On certain VGZ files there's volume inconsistency. One of the prime examples is in Black Knight 2000 main theme. Notice how the vocals, as well as percussion are very quiet compared to the rest of available voices. Here's the video of the main theme BGM of this pinball machine. Notice how the percussion can be heard, as well as all the vocals. https://www.youtube.com/watch?v=p61YjWczwLM&t=17s~ This was fixed when vgm playback was switched to libvgm.

MOD

ssg commented 1 year ago

MOD

mmontag commented 6 months ago

Note from zaphod77 via Reddit:

Some files contain both "basic midi" and "extended midi" this was an old win 3.0 standard. all such mid files have a special marker in them. canyon.mid, ballade.mid, jazz.mid, and reggae.mid are all examples of this. "It turned out all of the files contain a totally undocumented Sequencer specific meta event (0x7f) with a 3 byte data value of '00 00 41'." The player should look for the marker, and if that marker is found, auto mute tracks 11-16.