songsterr_get_tab
Downloads a song's Guitar Pro file with track metadata including tuning and string configuration for transposition.
Instructions
Download a song's Guitar Pro source file (cached locally).
Returns JSON: {file, tracks: [{index, name, strings, tuning}]}. Pick a track index for songsterr_transpose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |