Skip to main content
Glama

SuperCollider MCP Server

by BradA1878

sc_play_synth_advanced

Generate synthesized audio using customizable parameters for sine, pluck, bell, bass, pad, kick, snare, hihat, atmosphere, and sweep sounds. Control frequency, amplitude, duration, pan position, decay, and filter settings to create specific audio outputs.

Instructions

Play a specific synth with explicit parameters. Available synths: sine, pluck, bell, bass, pad, kick, snare, hihat, atmosphere, sweep

Input Schema

NameRequiredDescriptionDefault
ampNoAmplitude 0-1 (default: 0.3)
cutoffNoFilter cutoff frequency for bass/pad (default: varies)
decayNoDecay time for pluck synth (default: 2)
durationNoDuration in seconds (default: 1)
endFreqNoEnd frequency for sweep (default: 2000)
freqNoFrequency in Hz (default: 440)
panNoPan position -1 (left) to 1 (right) (default: 0)
startFreqNoStart frequency for sweep (default: 100)
synthNameYesName of the synth to play

Input Schema (JSON Schema)

{ "properties": { "amp": { "description": "Amplitude 0-1 (default: 0.3)", "type": "number" }, "cutoff": { "description": "Filter cutoff frequency for bass/pad (default: varies)", "type": "number" }, "decay": { "description": "Decay time for pluck synth (default: 2)", "type": "number" }, "duration": { "description": "Duration in seconds (default: 1)", "type": "number" }, "endFreq": { "description": "End frequency for sweep (default: 2000)", "type": "number" }, "freq": { "description": "Frequency in Hz (default: 440)", "type": "number" }, "pan": { "description": "Pan position -1 (left) to 1 (right) (default: 0)", "type": "number" }, "startFreq": { "description": "Start frequency for sweep (default: 100)", "type": "number" }, "synthName": { "description": "Name of the synth to play", "enum": [ "sine", "pluck", "bell", "bass", "pad", "kick", "snare", "hihat", "atmosphere", "sweep" ], "type": "string" } }, "required": [ "synthName" ], "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