create_region
Creates a named region in the REAPER project by setting start and end positions using time in seconds or measure format. Use it to mark sections for navigation or editing.
Instructions
Create a region in the project.
Args: name: Name of the region start_time: Start position in seconds (optional if start_measure is provided) end_time: End position in seconds (optional if end_measure is provided) start_measure: Start position as "measure:beat,fraction" (optional if start_time is provided) end_measure: End position as "measure:beat,fraction" (optional if end_time is provided)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| end_time | No | ||
| start_time | No | ||
| end_measure | No | ||
| start_measure | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |