sc_execute
Execute raw SuperCollider code for advanced audio synthesis control, custom SynthDef creation, and specialized sound generation tasks.
Instructions
Execute raw SuperCollider code. Use this for advanced synthesis control or custom SynthDefs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | The SuperCollider code to execute |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "The SuperCollider code to execute",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}