https://github.com/taylordotfish/jack-send-midi
Send realtime-safe MIDI events with JACK, even from non-realtime-safe contexts
https://github.com/taylordotfish/jack-send-midi
c hard-realtime jack jackaudio midi python realtime
Last synced: 2 months ago
JSON representation
Send realtime-safe MIDI events with JACK, even from non-realtime-safe contexts
- Host: GitHub
- URL: https://github.com/taylordotfish/jack-send-midi
- Owner: taylordotfish
- License: gpl-3.0
- Created: 2021-02-03T07:52:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-20T05:30:50.000Z (4 months ago)
- Last Synced: 2026-03-20T21:55:50.126Z (4 months ago)
- Topics: c, hard-realtime, jack, jackaudio, midi, python, realtime
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jack-send-midi
==============
Send realtime-safe MIDI events with JACK, even from non-realtime-safe contexts.
Installation
------------
libjack must be installed with the development files. (On Debian with JACK2,
install `libjack-jackd2-dev`.)
```bash
make
sudo make install
```
To install the Python bindings (requires Python 3.7 or later and pip):
```bash
make install-python
```
Usage
-----
See [example.py](example.py) for an example. For more information, see
[jack-send-midi.h](src/jack-send-midi.h) and
[jack\_send\_midi/lib.py](python/jack_send_midi/lib.py).
License
-------
jack-send-midi is licensed under version 3 or later of the GNU General Public
License.