supercollider-mcp

by Synohara
MIT License
3
1
  • Apple

multi-synth-execute

Execute multiple SynthDefs simultaneously in SuperCollider, enabling parallel sound synthesis with customizable duration for each batch of synths.

Instructions

複数のSynthDefを同時に実行します。

Input Schema

NameRequiredDescriptionDefault
durationNo再生時間(ミリ秒)。デフォルトは10000(10秒)
synthsYes再生するシンセのリスト

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "description": "再生時間(ミリ秒)。デフォルトは10000(10秒)", "type": "number" }, "synths": { "description": "再生するシンセのリスト", "items": { "additionalProperties": false, "properties": { "code": { "description": "シンセのコード", "type": "string" }, "name": { "description": "シンセの名前", "type": "string" } }, "required": [ "name", "code" ], "type": "object" }, "type": "array" } }, "required": [ "synths" ], "type": "object" }

You must be authenticated.

Other Tools from supercollider-mcp

Related Tools

    ID: tsx93e6vgi