add_markers_batch
Add multiple markers and regions to REAPER in one batch. Define positions, names, and optional colors for efficient project navigation and organization.
Instructions
Batch add markers/regions.
Args: markers: JSON array. Markers: {"position":0,"name":"Intro"}. Regions: {"start":0,"end":8,"name":"V1","is_region":true}. color optional: [r, g, b], each 0-255.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markers | Yes |