Skip to main content
Glama

SuperCollider MCP Server

by BradA1878

sc_record_start

Start recording audio output to a specified file in the recordings directory for capturing generated sounds and synthesis results.

Instructions

Start recording audio output to a file

Input Schema

NameRequiredDescriptionDefault
filenameYesOutput filename (will be saved in recordings/ directory)

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Output filename (will be saved in recordings/ directory)", "type": "string" } }, "required": [ "filename" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BradA1878/mcp-wave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server