11-05-2022, 09:39 PM
(This post was last modified: 10-02-2024, 11:38 PM by a740g.
Edit Reason: Update .zip
)
Enjoy this tiny little SCREEN 0 MOD Player that I've written entirely in QB64 (well, I re-wrote the mixer in C++ some time ago).
Thank you to @vince for your awesome FFT routines. You can find the good stuff here https://qb64phoenix.com/forum/showthread...05#pid2005
a740g/QB64-MOD-Player: A ProTracker (and compatible) MOD player & library written in QB64-PE (github.com)
Use the attached ZIP file below to get the complete source code. To get the latest source code use the GitHub link above and follow the notes in README.md.
Update:
Thank you to @vince for your awesome FFT routines. You can find the good stuff here https://qb64phoenix.com/forum/showthread...05#pid2005
a740g/QB64-MOD-Player: A ProTracker (and compatible) MOD player & library written in QB64-PE (github.com)
Use the attached ZIP file below to get the complete source code. To get the latest source code use the GitHub link above and follow the notes in README.md.
Update:
- Added S3M (Scream Tracker) format support (WIP; no FM yet)
- Added MTM (MultiTracker) format support
- Can play MODs and MTMs directly from https://modarchive.org/ (many thanks to @DSMan195276 for HTTP support and documentation)