MIDI File MCP

by xiaolaa2
Verified

set_tempo

Adjust the tempo of a MIDI file by specifying the desired BPM and file path using this tool for precise audio file manipulation.

Instructions

Set tempo for midi file

Input Schema

NameRequiredDescriptionDefault
bpmYesBPM
filePathYesAbsoulate File Path to midi file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bpm": { "description": "BPM", "type": "number" }, "filePath": { "description": "Absoulate File Path to midi file", "type": "string" } }, "required": [ "filePath", "bpm" ], "type": "object" }
ID: hqzbh86gt8