Is there any way to display the “song transpose offset” in a widget label or access it from within a script? I’m referring to the +/- number which shows in setlist view towards the bottom right of the song title part.
I can get the song key and global transpose values from System Actions, but not the song transpose offset.
Not sure about the scripting, but this currently can’t be retrieved by a widget.
Thanks for the response.
For full background: I’m running a Stream Deck (with Bitfocus Companion) and I can display things to do with the current song like Song Name, Song Key, Global BPM, Prev Song, Next Song etc. But I can’t see what key or transposition offset is currently being applied, other than the global transpose (which I won’t usually be using). Ideally there’d be a way I can see the song transposition offset or even better, a sum of that and the global transpose (i.e. the overall transpose).
I’m assuming there’s no way of doing this yet.
There is a GP Script function available
GetSongTranspose(<index : integer>)
1 Like
The Song Transpose is shown
1 Like
Thanks so much Paul, that’s sorted it.