add-markers-bulk
Add multiple layer or composition markers in one call, placing them at detected audio peaks or any custom set of times.
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. |