Skip to main content
Glama

MaestroMCP

by vbarreiratt

midi_sequence_commands_enhanced

Execute advanced MIDI sequences with intelligent musical timing, audio analysis, and precise control for note, CC, pitch bend, and delay commands. Streamline music production and device control with enhanced capabilities.

Instructions

Execute MIDI sequence with musical intelligence and comprehensive temporal/spectral audio analysis during execution. REPLACES basic midi_sequence_commands and midi_sequence_with_articulation with enhanced capabilities.

Input Schema

NameRequiredDescriptionDefault
commandsYesArray of MIDI commands to execute in sequence
outputPortNoTarget MIDI output port name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commands": { "description": "Array of MIDI commands to execute in sequence", "items": { "additionalProperties": false, "properties": { "channel": { "default": 1, "description": "MIDI channel", "maximum": 16, "minimum": 1, "type": "integer" }, "controller": { "description": "CC controller number", "maximum": 127, "minimum": 0, "type": "integer" }, "delay": { "description": "Delay in milliseconds", "minimum": 0, "type": "number" }, "note": { "description": "MIDI note (for note commands)", "maximum": 127, "minimum": 0, "type": "integer" }, "type": { "description": "Command type", "enum": [ "note_on", "note_off", "cc", "pitch_bend", "delay" ], "type": "string" }, "value": { "description": "Controller/pitch bend value", "maximum": 127, "minimum": 0, "type": "integer" }, "velocity": { "description": "Velocity (for note commands)", "maximum": 127, "minimum": 0, "type": "integer" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "outputPort": { "description": "Target MIDI output port name", "type": "string" } }, "required": [ "commands" ], "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/vbarreiratt/MaestroMCP-2.0'

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