marker_add_region
Add a region to the REAPER timeline by specifying start and end seconds, an optional label, and RGB color values (0-255).
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 |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| name | No | ||
| color_r | No | ||
| color_g | No | ||
| color_b | No |