generate_drum_pattern
Generate a drum pattern and insert it into a specified clip, with controls for style and beat length.
Instructions
Generate a drum pattern and add it to a clip.
Parameters:
track_index: The index of the track (should be a drum track)
clip_index: The index of the clip slot
style: Pattern style (basic, house, hiphop, dnb, random)
length: Pattern length in beats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | basic | |
| length | No | ||
| clip_index | Yes | ||
| track_index | Yes |