Phase 1: implement Ableton Live bridge adapter and automation sync #4
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\nReplace the Phase 1 Ableton bridge boundary with a runnable desktop adapter for the Access Virus pilot.\n\n## Scope\n- Receive selected-track events from Ableton Live.\n- Publish proxy parameter metadata and values to Live.\n- Receive host parameter changes and route them into the runtime.\n- Preserve the existing bridge contract and keep device-specific behavior out of the host layer.\n\n## Acceptance criteria\n- A selected Live track updates the active runtime context.\n- Host automation/parameter changes update runtime shadow state and emit the correct outbound command.\n- The adapter has an executable integration fixture or documented manual smoke procedure.\n- Tests cover selected-track, proxy-publication, and host-param-change paths.\n\n## Non-goals\n- Ableton Move, a Max device, or a general control-surface implementation.