reaper_add_region
Add a region to the Reaper project timeline by specifying start and end times in seconds. Optionally assign a name to the region.
Instructions
Add a project region spanning [start, end] seconds. Returns {id, is_region, position_sec}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_sec | Yes | Region start in seconds | |
| end_sec | Yes | Region end in seconds (must be >= start) | |
| name | No | Region label |