Registry / other / libmikmod

libmikmod

JSON →
library3.3.11.1vcpkgunverified

A module player and library supporting many music formats including MOD, S3M, IT, and XM.

vcpkg install libmikmod
INSTALL
IMPORT
SIG · LIBMIKMOD
L
libmikmod
othercppv3.3.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mikmod.h
#include <mikmod.h>

Load and play a MOD music file.

#include <mikmod.h> int main() { MikMod_InitThreads(); MikMod_RegisterAllDrivers(); MikMod_RegisterAllLoaders(); MODULE *module = Player_Load("song.mod", 64, 0); if (module) { Player_Start(module); while (Player_Active()) {} Player_Stop(); Player_Free(module); } MikMod_Exit(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.11.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libmikmod — pip install libmikmod · libregistry