Registry / other / wolf-midi

wolf-midi

JSON →
library1.0.1vcpkgunverified

A lightweight MIDI file read-write library.

vcpkg install wolf-midi
INSTALL
IMPORT
SIG · WOLF-MIDI
W
wolf-midi
othercppv1.0.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.

wolf/midi.h
#include <wolf/midi.h>

Load and inspect a MIDI file

#include <wolf/midi.h> #include <iostream> int main() { wolf::midi::MidiFile mf; mf.load("example.mid"); std::cout << "Tracks: " << mf.trackCount() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

wolf-midi — pip install wolf-midi · libregistry