Is it possible to route an OSC message from GPScript back to Gig Performer? I’m trying to set a global widget value on Song Change, i.e.:
On Song(oldSongIndex : integer, newSongIndex : integer)
OSC_SendIntegerSpecific("/GlobalRackspace/PART1", 1, "127.0.0.1", 54344)
End
I can’t address the widget directly in a gig script.