duplicate_clip_loop
Extend loop duration by doubling its length and duplicate notes and envelopes. For non-looped clips, it replicates the clip's start/end range.
Instructions
Makes the loop twice as long and duplicates notes and envelopes. Duplicates the clip start/end range if the clip is not looped.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clip_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"clip_id": {
"type": "string"
}
},
"required": [
"clip_id"
],
"type": "object"
}