get_track_info_by_index
Retrieve detailed track information from a MIDI file using its track index, including name, instrument, channel, duration, and note count. Specify the file path and track index to access precise data for analysis or manipulation.
Instructions
Get track info from midi file by track index. name, instrument, channel, endOfTrackTicks, duration, durationTicks, noteCount
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Absoulate File Path to midi file | |
trackIndex | Yes | Track index number |