electronoora / webaudio-mod-player

MOD/S3M/XM module player for Web Audio
https://mod.haxor.fi/
MIT License
364 stars 54 forks source link

Add support for more MOD magic (e.g. 16 channel/multichannel MODs) #23

Closed DevanWolf closed 3 years ago

DevanWolf commented 5 years ago

The player is missing some multichannel magic, so without it for example the player won't load MOD files correctly with 16 channels. This change/update I have made will support it. (Includes "xxxC" for 100-999 channel MODs that are made using a future version of OpenMPT) Also attempted to fix some MOD commands e.g. EC0 and (more testing of EEx) to help improve the player a little more.

esaruoho commented 4 years ago

@DevanWolf @jhalme any thoughts on the state of this PR, is it ready to be code-reviewed or merged in?