Phase 1: add MIDI output scheduling and write coalescing #1

Open
opened 2026-08-22 16:40:03 +00:00 by peterswimm · 0 comments
Owner

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.

## 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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
peter-swimm/opsl#1
No description provided.