MIDI File MCP

by xiaolaa2
Verified

get_pitchbends_by_index

Extract pitchbend data from a MIDI file by specifying the track index. Use this tool to retrieve precise pitchbend information for analysis or manipulation within the MIDI File MCP server.

Instructions

Get pitchbends from midi file by track index

Input Schema

NameRequiredDescriptionDefault
filePathYesAbsoulate File Path to midi file
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" }, "trackIndex": { "description": "Track index number", "type": "number" } }, "required": [ "filePath", "trackIndex" ], "type": "object" }
ID: hqzbh86gt8