https://github.com/laenzlinger/go-midi-rtp
Go library for RTP-MIDI (WIP)
https://github.com/laenzlinger/go-midi-rtp
go golang midi rtp
Last synced: 5 months ago
JSON representation
Go library for RTP-MIDI (WIP)
- Host: GitHub
- URL: https://github.com/laenzlinger/go-midi-rtp
- Owner: laenzlinger
- License: gpl-3.0
- Created: 2019-01-02T17:21:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T14:22:33.000Z (over 2 years ago)
- Last Synced: 2025-08-14T17:58:27.763Z (10 months ago)
- Topics: go, golang, midi, rtp
- Language: Go
- Homepage:
- Size: 2.17 MB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RTP-MIDI implementation in go
The final goal is to provide a [RTP-MIDI](https://en.wikipedia.org/wiki/RTP-MIDI) implemation in go.
The implementation is currently only tested with the Apple MIDI Network Driver and is restricted to
Apple's specific session initiation protocol.
This work is inspired and based on the the following open source code:
* [raveloxmidi](https://github.com/ravelox/pimidi/tree/master/raveloxmidi)
* [node-rtpmidi](https://github.com/jdachtera/node-rtpmidi)
The project depends on [zeroconf](https://github.com/grandcat/zeroconf) to support service discovery with mDSN
## Supported features
* Act as session listener
* Single and mulitple MIDI commands per message with delta time
## TODO
WARNING: THIS IMPLEMENTATION IS INCOMPLETE AND WORK IN PROGRESS
The API is not yet stable and will change in future.
The implementation is planned to continue with the following tasks
## Act as session listener
* Send recovery journal
* Support closed-loop sending policy
* Support channel-journal
* Chapter-N
* Other Chapters
* Support system-journal
* Support receiving midi payload
* Receive recovery journal
* Keep-alive message (empty data)
* Improve error handling
* Merge multiple streams
* Hide implementation details (Slimmer API)
* Support phantom bit
* Support enhanced Chapter C encoding
## Act as session initiator
* initiate a new connection to a remote session