get_track_details
Extract detailed information about a specific MIDI track, including events, with options to filter by time range, event type, and specific values for precise analysis.
Instructions
Get detailed information about a specific track including events
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventTypeFilter | No | Filter events by type | |
| fileId | No | ID of the loaded MIDI file | |
| filePath | No | Path to the MIDI file (if not using fileId) | |
| timeRange | No | Time range to filter events (in MIDI ticks) | |
| trackIndex | No | Index of the track to get details for | |
| valueFilter | No | Filter events by specific values |