Page MenuHomeFreeBSD

[NEW PORT] audio/rtmidi: Set of C++ classes that provide a common API for realtime MIDI I/O
ClosedPublic

Authored by ultima on Aug 19 2017, 12:54 AM.
Tags
None
Referenced Files
F170564823: D12078.id32253.diff
Sat, Sep 5, 10:43 AM
F170555153: D12078.id32253.diff
Sat, Sep 5, 9:37 AM
F170548583: D12078.id32232.diff
Sat, Sep 5, 8:48 AM
F170511986: D12078.diff
Sat, Sep 5, 4:22 AM
F170473957: D12078.id.diff
Sat, Sep 5, 12:06 AM
F170455040: D12078.id32232.diff
Fri, Sep 4, 10:03 PM
Unknown Object (File)
Fri, Sep 4, 7:35 AM
Unknown Object (File)
Thu, Sep 3, 6:11 AM
Subscribers

Details

Summary

RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes)
that provide a common API (Application Programming Interface) 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. It was
designed with the following goals:

  • object oriented C++ design
  • simple, common API across all supported platforms
  • only one header and one source file for easy inclusion in programming projects
  • MIDI device enumeration

WWW: https://github.com/thestk/rtmidi

PR\: 221398
Submitted by\: Yuri Victorovich (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
looks fine.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable