write
Input and send pattern code directly to the Strudel.cc editor for AI-powered music generation and live coding, enabling real-time pattern creation and modification.
Instructions
Write pattern to editor
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | Yes | Pattern code |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"description": "Pattern code",
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
}