generate_and_place_arpeggio
Generate an arpeggio pattern and insert it into a MIDI clip. Supports patterns like up, down, up-down, random, outside-in with configurable note duration and octave range.
Instructions
Generate an arpeggio pattern and place it into a MIDI clip. pattern: 'up', 'down', 'up-down', 'random', 'outside-in' note_duration: duration of each note in beats (0.25=16th, 0.5=8th, 1.0=quarter) octave_range: how many octaves the arpeggio spans (1–3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| slot_index | Yes | ||
| style | No | electronic | |
| key | No | C | |
| scale | No | ||
| octave | No | ||
| octave_range | No | ||
| pattern | No | up | |
| note_duration | No | ||
| length_bars | No | ||
| replace_existing | No | ||
| seed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |