Registry / messaging / rtmidi

rtmidi

JSON →
library6.0.0vcpkgunverified

A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)

vcpkg install rtmidi
INSTALL
IMPORT
SIG · RTMIDI
R
rtmidi
messagingcppv6.0.0
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.

RtMidi.h
#include <RtMidi.h>

List available MIDI input ports using RtMidi

#include <RtMidi.h> #include <iostream> int main() { RtMidiIn midiin; std::cout << "MIDI input ports: " << midiin.getPortCount() << std::endl; return 0; }
Debug
Known issues
gotchaOn Linux, requires ALSA or JACK runtime libraries; on macOS, CoreMIDI is built-in.
fix
Install appropriate system packages (e.g., libasound2-dev on Debian) or use JACK.
affects: *
Upgrade
Version history
6.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

rtmidi — pip install rtmidi · libregistry