Larger 'NextSong' label, or OSC?

Hi, I’ve been using TouchOSC on a tablet to see faders, current song, next song, in live performance. I’m hoping to migrate over to just using AirPlay showing the main GP Setlist/performance (Panel) view.
The only problem is the ‘next song’ window in GP is very small and hard to read onstage on a Mac-mini sized tablet. Is there any way to adjust the size of that window… or alternately I’ve tried using a text label and using the OSC value ‘NextSong’ but that doesn’t seem to track… the value doesn’t update. That would also require adding that text label to every single song/panel so would be somewhat clumsy… resizing the resident ‘Next Song’ window would be ideal.
any advice greatly appreciated!

Regards
Lou

With this little Gig Script it is possible to detect the name of the next song:

On Song(oldSongIndex : integer, newSongIndex : integer)
 Print(GetSongName(GetCurrentSongIndex()+1))
End

So instead of Print(…) an OSC message could be generated and sent to a port Touch-OSC reacts on.

Are you on GP4?

GP does send out OSC messages for next and previous songs e.g.

/NextSongName

Did you have TouchOSC set up for this specific address?

By the way the correct OSC Message is this
/NextSongName

So no scripting necessary :wink:

With scripting you could send additional following song names

1 Like

Thanks all for your help! I did try ‘NextSongName’ as the OSC value in a text box in GP4 but it doesn’t show the info… using that same text string in my iPhone external control setup has always worked fine, so the problem I believe is in how I’m setting up TouchOSC on the same Mac mini that I’m running GP4 on.
I am assuming that in OSC setup I need to enter the ip address of the remote client to be the same ip as GP4, since they’re both on the same mac? And what about the port numbers?
Thanks
Lou

Correction… I should have been clear that ‘in OSC setup’ I mean OSC setup in GP4.

The port numbers for send and receive must be different or you will end up with nasty infinite loops

I do not see the /NextSongName message listed anywhere in the GP docs. Is this actually supported, and if so, are there other related messages for current song name, previous songname and even song parts in the same manner available? Enquiring minds want to know.

X

This are the OSC messages received by OSCULATOR.
You are right, in the documentation the message /NextSongName is missing

Thanks for providing this for me. It works as expected now.I would love to see all of the possible messages documented in the official documentation, however could you send me your ALL inclusive list in the interim (spreadsheet format like you have there)?

X

You can download osculator, it runs free for some time then you have to press a button to continue.

1 Like

New licenses are not available for osculator. The author decided to close up shop… bummer.

OSCulator: A Journey Comes to an End - OSCulator Forum

You CAN still download it and use trial mode, but I’m guessing that will go away someday soon.