pocketmod icon indicating copy to clipboard operation
pocketmod copied to clipboard

Small ANSI C library for turning ProTracker MOD files into playable PCM audio.

Results 3 pocketmod issues
Sort by recently updated
recently updated
newest added

I know this is not an issue, but I'd love to see a similar single-file library to decode S3M tracker files. 👍

Currently it's not possible to use pocketmod with `#define POCKETMOD_IMPLEMENTATION` from a c++ file, because of one missing void*->char* cast, which is implicit in c but not in c++. This...

Added handler for Ctrl-C