Phase 1: add MIDI output scheduling and write coalescing #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal\nMake outbound Access Virus parameter writes safe under high-rate controller input.\n\n## Scope\n- Add write throttling/coalescing at the protocol/target boundary.\n- Preserve command priority: CC when available, otherwise host parameter.\n- Define deterministic behavior for repeated writes to the same parameter.\n\n## Acceptance criteria\n- Rapid gestures do not flood outbound MIDI.\n- The latest intended value is eventually sent.\n- Different parameters retain a documented ordering policy.\n- Unit or smoke tests cover coalescing, clamping, booleans, and fallback host-param commands.\n\n## Non-goals\n- SysEx bulk transfer or generalized device scheduling.