Commit graph

2 commits

Author SHA1 Message Date
Yuri Victorovich
c8d6cec0a0 audio/rtmidi: Update to 3.0.0
Bumped PORTREVISION in audio/polyphone.

Submitted by:	myself
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13855
2018-01-11 07:16:42 +00:00
Richard Gallamore
6160c6d165 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:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12078
2017-08-19 17:52:59 +00:00