Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanorei32/udp-midilan
https://github.com/yanorei32/udp-midilan
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanorei32/udp-midilan
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2023-08-14T02:22:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:39:43.000Z (13 days ago)
- Last Synced: 2024-10-24T01:41:18.838Z (13 days ago)
- Language: Rust
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# UDP MIDILAN
It's a simple MIDI over UDP software.## Architecture
```
MIDI MIDI
In Out
^ ^
| |
udp-midilan server
| ^
| |
v |
udp-midilan client :
| ^
v |
MIDI MIDI
Out In
```### IMPORTANT
This software will send **one** MIDI message as **one** UDP packet.
It may impact system network performance.### Hint
This software will send an empty MIDI Sysex Data (`[0xf0, 0x73, 0x02, 0xf7]`)
for connection stability if the connection is inactive for the 60s.- Refresh the TTL of NAPT translation entries.
- Suppress the power-saving feature of the LTE modem.