create_scale_bassline_clip
Generate a scale-aware bassline in an empty Session clip from scale degrees, rhythm, and pitch range; plan first, then execute with a confirmation token to produce verified MIDI notes.
Instructions
Plan or create one scale-aware bassline in an exact empty Session clip. Binds the Live key, progression, rhythm, register, destination, and state version; native execution verifies every generated note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate | Yes | Note duration as a fraction of stepBeats. | |
| name | Yes | New clip name. | |
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| degrees | Yes | Ordered one-based scale degrees. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| maxPitch | Yes | ||
| minPitch | Yes | ||
| planHash | No | Hash returned by the matching dry run. | |
| velocity | Yes | ||
| stepBeats | Yes | Grid subdivision in beats; must divide chordBeats exactly. | |
| chordBeats | Yes | Duration of each progression degree in beats. | |
| startBeats | Yes | Bassline start in beats. | |
| activeSteps | Yes | Unique zero-based grid steps played within every chord. | |
| pitchPattern | Yes | ||
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |