humanize
Add natural timing variations to music patterns by adjusting humanization levels (0-1), enhancing rhythm realism in Strudel MCP Server’s AI-powered compositions.
Instructions
Add human timing variation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | No | Humanization amount (0-1) |
Input Schema (JSON Schema)
{
"properties": {
"amount": {
"description": "Humanization amount (0-1)",
"type": "number"
}
},
"type": "object"
}