portmidi v2.0.4
- Created
- Updated
PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.
# Usage
portmidi provides CMake targets:
find_package(PortMidi CONFIG REQUIRED)
target_link_libraries(main PRIVATE PortMidi::portmidi)
# License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
alsa
Platforms:
linux | android | freebsd | openbsd
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- clvn
- pravic
- Stefano Sinigardi
- Phil Christensen
- Jack·Boos·Yu
- Stephen Kyne
- Daniel Schürmann
- autoantwort
- Be
- Billy O'Neal
- JoergAtGithub
- Pierre Wendling
- fwcd
# Changelog
and 7 more commits:
a3abeb2
[portmidi] Initial port