(window: Act["source"], wallMs: number)
| 75 | |
| 76 | const browserEnd = probeSeconds(browserPath); |
| 77 | const toMedia = (window: Act["source"], wallMs: number) => |
| 78 | Math.max(0, (wallMs - (window === "terminal" ? terminalAnchor : browserAnchor)) / 1000); |
| 79 | |
| 80 | const acts: Act[] = []; |
| 81 | for (let i = 0; i < timeline.focus.length; i += 1) { |