287c4977a9
NSEvent keyboard monitors were placed at the END of _start_pose_worker, unreachable: every backend path returns early (lines 369/384/399/413/440) so monitors were never installed. ESC, space (concertNext) and keymaps were silently dead in all real concert paths. Move the local + global monitor installation into applicationDidFinishLaunching_, after window focus setup, non-headless path only. The --multi-hmr headless early-return (line 95) is unaffected.
data_only_viz
Python + Metal visualiser for the AV-Live data-only patch.
Hand features OSC
/pose/hands [pid=0, lx, ly, lopen, lspeed, rx, ry, ropen, rspeed, dist]
- Emitted once per pipeline tick by
pose_bridge.send_handsto sclang:57121. - L = leftmost hand on screen, R = rightmost; absent hand -> its 4 floats are 0.
- Ranges: positions/openness/dist in [0,1]; speed >= 0 (normalized units/frame).
- Consumed by SuperCollider
~handFeat(data_only) and the Metal renderer uniforms. - Multi-person is not yet carried (pid is always 0).