MIDI File MCP

by xiaolaa2
Verified

get_notes_by_index

Retrieve MIDI notes from a specific track by specifying the file path and track index, enabling targeted analysis and manipulation of MIDI data.

Instructions

Get notes 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