set_tempo
Adjust the tempo (BPM) of music patterns in Strudel MCP Server to synchronize live coding sessions or AI-generated music for precise rhythm control.
Instructions
Set BPM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bpm | Yes | Tempo in BPM |
Input Schema (JSON Schema)
{
"properties": {
"bpm": {
"description": "Tempo in BPM",
"type": "number"
}
},
"required": [
"bpm"
],
"type": "object"
}