feat: load air-piano and hook hand modulation
Wire finger_piano.scd into both data-only boot paths so OSCdef /pose/finger and ~fp* API are available at runtime. Call ~fpModTick on every /pose/hands frame (~30 Hz) for continuous air-piano modulation. Document FINGER_PIANO env vars in CLAUDE.md.
This commit is contained in:
@@ -68,6 +68,9 @@ Toujours répondre en français à l'utilisateur. Code, commentaires de code, co
|
||||
| `ICP_LIDAR_HOST` | _(unset)_ | iPhone ARBodyTracker IP when `ICP_FUSION=1` |
|
||||
| `ICP_LIDAR_PORT` | `5500` | iPhone ARMesh TCP port |
|
||||
| `ICP_LIDAR_EXTRINSIC` | `~/.config/av-live/lidar_extrinsic.json` | extrinsic JSON path |
|
||||
| `FINGER_PIANO` | `0` | `1` enables air-piano finger strike emission from data_only_viz |
|
||||
| `FINGER_STRIKE_VEL` | `0.02` | downward relative-velocity threshold for a strike (normalized image units/frame) |
|
||||
| `FINGER_STRIKE_REFRACTORY_MS` | `120` | min ms between strikes per finger |
|
||||
|
||||
## Conventions globales
|
||||
|
||||
|
||||
Reference in New Issue
Block a user