Skip to main content
Glama

SuperCollider MCP Server

by BradA1878

sc_play_pattern

Play rhythmic patterns or note sequences to create melodies, beats, and musical phrases using SuperCollider audio synthesis.

Instructions

Play a rhythmic pattern or sequence of notes. Useful for creating melodies, beats, or musical phrases.

Input Schema

NameRequiredDescriptionDefault
patternYesArray of note events with timing

Input Schema (JSON Schema)

{ "properties": { "pattern": { "description": "Array of note events with timing", "items": { "properties": { "amp": { "type": "number" }, "delay": { "type": "number" }, "duration": { "type": "number" }, "freq": { "type": "number" }, "synth": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "pattern" ], "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