Registry / utility / portsmf

portsmf

JSON →
library239vcpkgunverified

Port Standard MIDI File, a cross-platform C++ library for reading and writing Standard MIDI Files.

vcpkg install portsmf
INSTALL
IMPORT
SIG · PORTSMF
P
portsmf
utilitycppv239
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.

portsmf.h
#include <portsmf.h>

Read a Standard MIDI File and print track count

#include "portsmf.h" #include <iostream> int main() { MidiFile midifile; midifile.read("example.mid"); std::cout << "Tracks: " << midifile.trackCount() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
239latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

portsmf — pip install portsmf · libregistry