set_tempo
Change the tempo of your Ableton Live session to match your desired BPM for music production and arrangement control.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tempo | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tempo": {
"title": "Tempo",
"type": "number"
}
},
"required": [
"tempo"
],
"type": "object"
}