summaryrefslogtreecommitdiffstats
path: root/libraries/rtmidi/README
blob: 65fc25658ed5b15406cd487b1c4c5aa7f302b3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rtmidi (crossplatform realtime MIDI library)

RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific
classes) that provide a common API for realtime MIDI input/output
across Linux (ALSA, JACK), Macintosh OS X (CoreMIDI, JACK), and
Windows (Multimedia Library) operating systems. RtMidi significantly
simplifies the process of interacting with computer MIDI hardware and
software.

Optional dependency: jack (autodetected). If jack is installed when
rtmidi is built, rtmidi will be built with jack support. If you have
jack installed and don't want to build rtmidi jack support, export
JACK=no in the environment.