get_region_list
Retrieve all regions in a REAPER project, including index, start, and end positions, to review and manage project structure.
Instructions
Get a list of all regions in the project.
Returns: Dict containing status and a list of regions, each with: - index: region index - start: region start position - end: region end position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |