steffest / BassoonTracker

Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
http://www.stef.be/bassoontracker/
MIT License
994 stars 61 forks source link

Command Speed "F00" should be ignored #44

Closed mnemo70 closed 5 years ago

mnemo70 commented 5 years ago

The file "dirt.mod" has F00 commands in the song at which point Bassoon Tracker stops playback. Other players (OpenMPT, FLOD) seem to ignore setting the speed to zero, which seems okay to me.

steffest commented 5 years ago

Hmm .. that's one of those things that is handled differently in different trackers. In both Protracker 2.3 and FasttrackerII the F00 command stops playback. I'll think about it but for now I think I'll keep it this way. Thanks for checking!