create_groove
Create a new groove in Ableton Live's Groove Pool with an optional name, then adjust its base grid and amounts using set_groove.
Instructions
Plan or create a new groove in Live's Groove Pool with an optional name. Adjust its base grid and amounts afterward with set_groove; groove deletion is not exposed by Live's public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New groove name. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |