Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiyukiokayasu/pum
C++ header-only library for USB-MIDI
https://github.com/akiyukiokayasu/pum
midi
Last synced: 3 days ago
JSON representation
C++ header-only library for USB-MIDI
- Host: GitHub
- URL: https://github.com/akiyukiokayasu/pum
- Owner: AkiyukiOkayasu
- License: mit
- Created: 2021-10-24T15:05:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T18:17:10.000Z (about 3 years ago)
- Last Synced: 2024-11-28T13:26:39.497Z (2 months ago)
- Topics: midi
- Language: C++
- Homepage:
- Size: 583 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= PUM - Pico USB MIDI library
image:https://github.com/AkiyukiOkayasu/pum/actions/workflows/cmake.yml/badge.svg[UnitTest] image:https://github.com/AkiyukiOkayasu/pum/actions/workflows/doxygen.yml/badge.svg[link=https://akiyukiokayasu.github.io/pum/] image:https://img.shields.io/github/v/release/AkiyukiOkayasu/pum[link=https://github.com/AkiyukiOkayasu/ame/releases/latest] image:https://img.shields.io/github/license/AkiyukiOkayasu/pum[link=LICENSE]
PUM is a C++ header-only library for USB-MIDI. +
== Dependencies
* C++17== Supported
=== Generate
* Note On/Off
* Control Change (CC)
* Program Change
* Channel Pressure
* Pitch Bend=== Parse
* Note On/Off
* Control Change (CC)
* Program Change
* Channel Pressure
* Pitch Bend
* Polyphonic Key Pressure
* System Realtime
* System Exclusive (SysEx)