markers
Add or delete markers and regions in REAPER at cursor, bar, time, or named positions. Preview changes with dry_run before committing to the project.
Instructions
Add or delete markers and regions (add_marker, add_region, delete_marker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Position object, e.g. {"type":"cursor"}, {"type":"bar","bar":33}, {"type":"time","seconds":12.5}, {"type":"marker","name":"Chorus"}, {"type":"region","name":"Verse 1"}, {"type":"time_selection"} | |
| name | No | ||
| color | No | {r,g,b} 0-255. | |
| start | No | Position object, e.g. {"type":"cursor"}, {"type":"bar","bar":33}, {"type":"time","seconds":12.5}, {"type":"marker","name":"Chorus"}, {"type":"region","name":"Verse 1"}, {"type":"time_selection"} | |
| action | Yes | ||
| dry_run | No | Preview: return what would run without changing the project. | |
| position | No | Position object, e.g. {"type":"cursor"}, {"type":"bar","bar":33}, {"type":"time","seconds":12.5}, {"type":"marker","name":"Chorus"}, {"type":"region","name":"Verse 1"}, {"type":"time_selection"} | |
| is_region | No | ||
| length_bars | No | ||
| marker_index | No |