- feed_midi (was feed_sx) now also handles realtime: 0xF8 tick -> slave_tick (EMA of the inter-tick interval -> derived BPM, 5..300 clamp, jitter reject), 0xFA/0xFB -> start, 0xFC -> stop. RX loop feeds CIN 0xF single-byte packets too. - While slaved: the tempo ramp and our own clock-OUT are suppressed (no feedback); the lock drops after a >1s gap in incoming ticks. - Default on; only engages when a host actually sends clock (the editor does not). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets/bravura | ||
| glyphgen | ||
| pm-grid | ||
| pm-kit | ||
| pm-ui | ||
| track-format | ||
| uisim | ||
| .gitignore | ||
| Cargo.toml | ||
| Containerfile | ||
| probe-flash.md | ||
| README.md | ||
| run.sh | ||
Rust port — track-format crate (Stage 1)
Pure parse/serialize codec for the track DSL, validated against the shared golden
vectors (tests/fixtures/track-format.json) — the third implementation alongside
engine.js and app.py. See docs/rust-port.md for the staged plan.
All tooling runs in a container (per the develop-in-container rule):
./rust/run.sh # cargo test — runs the conformance + idempotency suite
./rust/run.sh cargo build
./rust/run.sh bash # interactive shell in the crate