Slideshow - trigger any selected?
Is there any way I could trigger any selected slideshow? I have 12 songs - each on its own column with a unique slideshow containing the corresponding verses. I'm using TouchOSC to trigger each verse with a Next, Previous and reset Index to 0 commands. But all the slideshows require their own set of interactions, thus requiring 3x12 OSC interactions. Is there a more clever way to control any slideshow with just one set of OSC interactions? Moreover - it would be nice if I could give each slideshow a unique name.
Comments
Hello @jaconiel,
You can use the OSC API to set the right
index
for any slide-show.I mean, instead of sending a generic message in TouchOSC, you can use a script. Here is an example with a radio control in TouchOSC (that increase/decrease the index of the current slide-show) :
More info on TouchOSC website.
Best. Philippe
Thank you so much!