Hello,
GetSongList and SelectSongByIndex worked on GP4 with Open Stage Control to return the Song List.
Since upgrading to GP5 the commands have not returned a response.
from the O-S-C log:
No Go:
(DEBUG, OSC) Out: { address: ‘/SetList/GetSongList’, args: } To: 169.168.1.5:54344
(DEBUG, OSC) Out: { address: ‘/SelectSongByIndex’, args: [ { type: ‘f’, value: 0 } ] } To: 169.168.1.5:54344
These commands continue to work as expected:
(DEBUG, OSC) Out: {
address: ‘/GigPerformer/PrevSong’,
args: [ { type: ‘f’, value: 1 } ]
} To: 169.168.1.5:54344
(DEBUG, OSC) Out: { address: ‘/Actions/SetlistView’, args: [ { type: ‘f’, value: 0 } ] } To: 169.168.1.5:54344
the OSC address looks the same for both GP versions:
OSC messages
Any help solving this would be welcome.
Thanks
Mark