Registry / other / libadlmidi

libadlmidi

JSON →
library1.5.1vcpkgunverified

A free software MIDI synthesizer library with OPL3 emulation.

vcpkg install libadlmidi
INSTALL
IMPORT
SIG · LIBADLMIDI
L
libadlmidi
othercppv1.5.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.

adlmidi.h
#include <adlmidi.h>

Initializes and closes an ADLMIDI player.

#include <adlmidi.h> #include <iostream> int main() { ADL_MIDIPlayer *player = adl_init(44100); if (!player) { std::cerr << "Failed to initialize ADLMIDI" << std::endl; return 1; } adl_close(player); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libadlmidi — pip install libadlmidi · libregistry