oxurack-rt 0.1.0

Real-time MIDI clock and I/O thread for oxurack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# oxurack-rt

Real-time MIDI clock and I/O thread for [oxurack](https://github.com/oxur/oxurack).

This crate handles MIDI clock generation (master mode) and tracking (slave mode with PLL),
MIDI message I/O via midir, and the lock-free queue bridge to the ECS world. It runs on
dedicated OS threads elevated to real-time priority.

## Status

Early development. APIs will change.

## License

MIT OR Apache-2.0