hold_under_rm
Restore the music bed over a VO span by removing its hold. Errors if no hold exists at that address.
Instructions
Drop the film audio under the VO addressed by (clip_id, word_index_start).
The inverse of hold_under: that span plays the VO alone again, and the
music bed — which a hold gates out — comes back across it. Refused when
no entry sits at that address, so a second call says so rather than
doing nothing quietly. The audio was a manifest entry, not a splice, so
no word moves and undo restores it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. | |
| clip_id | Yes | The VO track the entry was addressed against. | |
| word_index_start | Yes | The span's first VO word — the entry's address, with `clip_id`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||