(v)
| 126 | // ─── Setter helpers for mutable state (so other modules can update) ─── |
| 127 | |
| 128 | export function setEventSource(v) { eventSource = v; } |
| 129 | export function setMultitrack(v) { multitrack = v; } |
| 130 | export function setAudioEngine(v) { audioEngine = v; } |
| 131 | export function setCurrentJobId(v) { currentJobId = v; } |