item_take_set_active
Switch the active take on an audio item to choose which take plays back. Provide item index and take index to set the active take.
Instructions
Switch which take plays back on an item.
Args:
item_index: Global item index.
take_index: 0-based take index (from item_take_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| take_index | Yes |