add-markers-bulk
Add multiple layer or composition markers at once, enabling placement at audio waveform peaks or custom sets in a single call.
Instructions
Add multiple layer or composition markers at once. Use this after analyze-audio-waveform to place markers at detected peaks, or to add any set of markers in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markers | Yes | Array of markers to add. | |
| compIndex | Yes | 1-based composition index. | |
| layerName | No | Target layer name (alternative to layerIndex). | |
| layerIndex | No | Target layer index (required for layer markers). | |
| markerType | No | 'layer' (default) or 'comp' for composition-level markers. |