create_timecode_pool
Creates a timecode pool object, labels it, and binds it to a timecode slot for cue triggering.
Instructions
Create a timecode show, optionally naming it and assigning a slot.
Standard SMPTE setup: store the timecode pool object, label it, and bind it
to a timecode slot for cue triggering. Timecode events themselves are
recorded in real time via control_timecode(action="record").
Args:
tc_id: Timecode show ID
name: Optional display name
slot: Optional timecode slot to assign
Returns:
str: Operation result message
Examples:
- Create timecode 1 named "Act 1" on slot 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tc_id | Yes | ||
| name | No | ||
| slot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |