mcp-svstudio

Apache 2.0
  • Apple

edit_notes

Modify notes in Synthesizer V AI Vocal Studio tracks by updating duration, lyrics, pitch, and start time. Use track ID and note details for precise edits.

Instructions

Edit one or more notes

Input Schema

NameRequiredDescriptionDefault
notesYesArray of notes to edit
trackIdYesID of the track

Input Schema (JSON Schema)

{ "properties": { "notes": { "description": "Array of notes to edit", "items": { "properties": { "duration": { "description": "Duration in ticks", "type": "number" }, "id": { "description": "The ID of the note", "type": "number" }, "lyrics": { "description": "Lyrics text for the note", "type": "string" }, "pitch": { "description": "MIDI pitch (0-127)", "type": "number" }, "startTime": { "description": "Start time in ticks", "type": "number" } }, "required": [ "id" ], "type": "object" }, "type": "array" }, "trackId": { "description": "ID of the track", "type": "string" } }, "required": [ "trackId", "notes" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-svstudio

Related Tools

ID: bm67u9m0ww