• Sign in

Derrik Filippo in Proclaim
11 days ago

I am in the process of building an app that issues commands to Proclaim through the local server, I am aware of the commands as detailed on this page: https://support.proclaim.logos.com/hc/en-us/articles/19864456647053-Proclaim-App-Command-API I have two questions/issues: 1. It seems odd that there is not the ability to query where in the current presentation we currently are, am I missing something? The Proclaim Remote App obviously has this ability so is there a way I could spoof this ability? 2. GoToSlide() is geared towards a specific slide within a ServiceItem, i.e. if I have 4 songs each with 10 slides and I issue the command GoToSlide(5) it will go to slide 5 of whatever song is currently selected. Is there a global slide # or slide command that is not published in the official documentation? To make it more clear, it appears that if I am currently on song 1 and I want my app to issue a command to go to song 4, slide 5 I have to issue two separate commands, GoToServiceItem(4) + GoToSlide(5), this means that Proclaim first navigates to slide 1 of song 4 and then slide 5. I am trying to figure out the best solution to go straight to the desired slide
  1. Richard Huss a day ago

    Both of these would be really valuable additions to the API.