notepat-remote: [active] focus signal + focus-transition logs
Max patcher adds an [active] object whose int outlet is sprintf'd
into window.acSetLiveFocus(N) — Live's window activation/deactivation
now pushes focus state directly into jweb, since the DOM-level
blur/focus listeners inside jweb~ don't observe Live's OS focus
transitions.
Every focus transition is logged with its source path so the Max
Console shows which hook actually caught the change:
[focus] max.active → ACTIVE (Max [active] push)
[focus] window.blur → inactive (DOM blur)
[focus] document.hasFocus() → … (sim poll fallback)
[focus] ac-event:focus → … (AC internal event)
Whichever one fires tells us the reliable path for this environment.
This is a binary file and will not be displayed.