quantize
Align musical patterns to a specified grid size (e.g., "1/16") for precise timing in AI-powered music generation and live coding with Strudel MCP Server.
Instructions
Quantize to grid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
grid | Yes | Grid size (e.g., "1/16") |
Input Schema (JSON Schema)
{
"properties": {
"grid": {
"description": "Grid size (e.g., \"1/16\")",
"type": "string"
}
},
"required": [
"grid"
],
"type": "object"
}