stretch
Adjust time-based patterns with a customizable stretch factor for precise tempo and duration control in Strudel MCP Server's AI-powered music generation.
Instructions
Time stretch pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
factor | Yes | Stretch factor |
Input Schema (JSON Schema)
{
"properties": {
"factor": {
"description": "Stretch factor",
"type": "number"
}
},
"required": [
"factor"
],
"type": "object"
}