MIDI.TrackTagsItemGet method |
|
Remarks
After completing the enumeration, started through the MIDI.TrackTagsEnum method, of meta tag strings detected inside the given track of the loaded MIDI stream, allows retrieving a specific meta tag string.
For further details about the use of MIDI protocol see the MIDIMan class section and the How to deal with MIDI protocol tutorial.
Syntax
[Visual Basic] Public Function TrackTagsItemGet ( nPlayerIndex as Int16, nItemIndex as Int16 ) as String |
[C#] public string TrackTagsItemGet ( Int16 nPlayerIndex, Int16 nItemIndex ); |
[C++] public: string TrackTagsItemGet ( Int16 nPlayerIndex, Int16 nItemIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the involved player |
nItemIndex |
Number representing the zero-based index of the string. |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the requested meta tag string |