phuvf / oscpoint

OSCPoint is a PowerPoint add-in that allows Open Sound Control (OSC) control of PowerPoint on Windows
https://oscpoint.com
MIT License
37 stars 3 forks source link

Start slide show from slide x #26

Closed Total-Image closed 2 weeks ago

Total-Image commented 5 months ago

Would be nice to have the option to start the slideshow from a certain slide number. /oscpoint/slideshow/start/from [integer: n]

phuvf commented 5 months ago

Surprisingly, there's no option in the PPT object model to do this natively - it'd have to be:

This give a flash of slide 1 each time, so isn't great - same problem applies to the 'Start from current slide' action. When I get a bit of time I'll revisit this issue and see if there's a way to fix it.

Total-Image commented 5 months ago

Ah ok, then I first have to check with the OSC feedback if the slideshow is running, then use the goto action to jump to slide x and check the OSC feedback again if the current slide is slide x. When all this is set, then I can switch the videomixer input.

phuvf commented 2 weeks ago

Added to v2.x