midi_list_ports
Identify available MIDI input and output ports for device connectivity. Optionally refresh the port list to ensure up-to-date MIDI device access and control.
Instructions
Lists all available MIDI input and output ports
Input Schema
Name | Required | Description | Default |
---|---|---|---|
refresh | No | Force refresh of MIDI port list |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"refresh": {
"description": "Force refresh of MIDI port list",
"type": "boolean"
}
},
"type": "object"
}