marker_add_region
Adds a named, color-coded time region to a REAPER project by defining start and end times, marking sections of the timeline for navigation and editing.
Instructions
Add region. Prefer add_markers_batch for multiple.
Args: start: Start seconds. end: End seconds. name: Label. color_r: Red 0-255. color_g: Green 0-255. color_b: Blue 0-255.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| name | No | ||
| start | Yes | ||
| color_b | No | ||
| color_g | No | ||
| color_r | No |