Skip to main content
Glama

MIDI File MCP

by xiaolaa2

add_pitchbends_by_index

Insert pitchbend effects into a MIDI file by specifying the track index and pitchbend values with precise timing or ticks, enabling targeted audio manipulation for dynamic track adjustments.

Instructions

Add pitchbends to midi file by track index

Input Schema

NameRequiredDescriptionDefault
filePathYesAbsoulate File Path to midi file
pitchbendsYes
trackIndexYesTrack index number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Absoulate File Path to midi file", "type": "string" }, "pitchbends": { "items": { "allOf": [ { "properties": { "value": { "type": "number" } }, "required": [ "value" ], "type": "object" }, { "anyOf": [ { "additionalProperties": false, "properties": { "time": { "type": "number" } }, "required": [ "time" ], "type": "object" }, { "additionalProperties": false, "properties": { "ticks": { "type": "number" } }, "required": [ "ticks" ], "type": "object" } ] } ] }, "type": "array" }, "trackIndex": { "description": "Track index number", "type": "number" } }, "required": [ "filePath", "trackIndex", "pitchbends" ], "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/xiaolaa2/midi-file-mcp'

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