Setlist/songlist preview or overview via OSC

Hi I’m using OSC to view Rackspace Name on an iPhone on onstage, works great.
However I’d like to be able to be able to either view the entire current setlist/songlist or at least ‘next song’.
I haven’t been able to find a way to do that. I’m using Bandhelper to achieve that now but would prefer to keep it all in GP/OSC for faster setup purposes and simplicity.

Any help appreciated thanks!

Lou

Do you know this OSC commands?

/GigPerformer/GetSetLists             Get the list of setlists

/GigPerformer/SelectSetList <int>     Select the given setlist by index (0-based)

/SetList/GetSongList                  Get the list of songs for the current setlist

/SetList/GetSongParts                 Get the list of parts for the current song (deprecated)

/Song/GetSongParts                    Get the list of parts for the current song

In terms of the messages sent out by GP:

/CurrentSongName
/NextSongName
/PrevSongName

Thanks for the quick and informative response! I have a list like that but it didn’t have those items. Must be an older list?
Onward and upward. Much appreciated.

Lou

where would I input these commands in Touch OSC?

Add a Label widget, and then add a new entry for OSC in the “Messages” section.
I then updated what was in the “Address” field to /CurrentSongName

2 questions

  1. What OSC handel do I enter in GP
  2. In the Adress tab do i choose Constant, index Value or property?
  1. To show the song name (like in my example), you don’t need to enter any handle. GP automatically sends this message out.
  2. Constant, although I think I could manually type over the default address. As long as it looks like it does in my screenshot

Okay, this is what I have. Unfortunately, it’s still not working. Where do I put the widget in GP? Sorry if I’m being slow. Still trying to get my head around all this.

The faders and buttons work well, though.

And Touch OSC is Receiving the messages, its just not displaying it in the text box?

Ok!!! All sorted!!! you have to add the appropriate length in the “lable” drop down menu.