generate_bassline
Generate a bassline pattern in a given scale and add it to a clip in Ableton Live. Specify track, clip, root note, scale type, and pattern length.
Instructions
Generate a bassline pattern and add it to a clip.
Parameters:
track_index: The index of the track (should be a bass track)
clip_index: The index of the clip slot
root: Root note MIDI number (36 = C1, common bass range)
scale_type: Scale to use (minor, major, dorian, pentatonic_minor, blues)
length: Pattern length in beats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | ||
| length | No | ||
| clip_index | Yes | ||
| scale_type | No | minor | |
| track_index | Yes |