add_marker
Place a marker at a specified time in a REAPER project to label song sections or cues, optionally naming and coloring it, and return its index.
Instructions
Add a marker at a position.
Args: position: Position in seconds. name: Marker name. color: Marker color (0 = default).
Returns: Object with marker index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| position | Yes |