Registry / other / libopnmidi

libopnmidi

JSON →
library1.5.1vcpkgunverified

libOPNMIDI is a free Software MIDI synthesizer library with OPN2 (YM2612) and OPNA (YM2608) emulation

vcpkg install libopnmidi
INSTALL
IMPORT
SIG · LIBOPNMIDI
L
libopnmidi
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.

opnmidi.h
#include <opnmidi.h>

Load and play a MIDI file using OPN2 emulation

#include "opnmidi.h" #include <iostream> int main() { opnmidi::synthesizer synth; synth.load_midi_file("test.mid"); synth.play(); std::cout << "Playing MIDI..." << std::endl; 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.

libopnmidi — pip install libopnmidi · libregistry