From 4efef974205a73ebe689bd11db595e7ef3f23437 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Fri, 16 Jul 2021 21:31:07 -0500 Subject: audio/portmidi: New port: Library for real time MIDI input and output PortMIDI is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs. It was started by Ross Bencina and Phil Burk, then maintained by Roger B. Dannenberg, and now maintained by the Mixxx DJ Software team. WWW: https://github.com/mixxxdj/portmidi --- audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/Makefile') diff --git a/audio/Makefile b/audio/Makefile index ddf0309c6e62..49276f145864 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -626,6 +626,7 @@ SUBDIR += poly-lv2 SUBDIR += polyphone SUBDIR += portaudio + SUBDIR += portmidi SUBDIR += praat SUBDIR += pragha SUBDIR += prelude-lv2 -- cgit v1.2.3