Rank: Member
Groups: Registered
Joined: 3/29/2021(UTC) Posts: 10 Thanks: 1 times
|
Following a recent update to vMix our PowerPoints no longer stop at the last slide but instead loop round and go back to slide 1.
I have checked all the vMix settings that I can find and there does not appear to be anything set to make PowerPoint loop and there is nothing to select to say "do not loop".
If I step through the slides backwards then they stop at slide 1 and do not loop backwards to the last slide.
How can I stop my slides from looping?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/20/2020(UTC) Posts: 74 Thanks: 13 times Was thanked: 9 time(s) in 9 post(s)
|
by chance you found out by yourself... In each input windows you have a loop icon. If you "ungreen" it loop will end!!
|
|
|
|
Rank: Member
Groups: Registered
Joined: 3/29/2021(UTC) Posts: 10 Thanks: 1 times
|
Hi Chris, Sorry but I didn't express the problem properly. 'Loop' is de-selected. I have set up a hot key (F7) to step through the PowerPoint slides which uses the 'NextPicture' function to display the next slide. When I reach the last slide then pressing the hotkey again displays the first slide again. I want it to stop on the last slide and stay there regardless of the number of hotkey presses. Thanks, John
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2012(UTC) Posts: 1,162 Location: Melbourne Thanks: 220 times Was thanked: 199 time(s) in 181 post(s)
|
This has always been the behaviour.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/20/2020(UTC) Posts: 74 Thanks: 13 times Was thanked: 9 time(s) in 9 post(s)
|
Originally Posted by: JohnG Hi Chris, Sorry but I didn't express the problem properly. 'Loop' is de-selected. I have set up a hot key (F7) to step through the PowerPoint slides which uses the 'NextPicture' function to display the next slide. When I reach the last slide then pressing the hotkey again displays the first slide again. I want it to stop on the last slide and stay there regardless of the number of hotkey presses. Thanks, John ok, sorry! You have the possibility to read out the slide number the presentation actually is at (local machine e.g.: 127.0.0.1:8088/api): And then write a script e.g; Code:Dim x As New XmlDocument()
x.Load("http://127.0.0.1:8088/api")
dim position As Integer= (x.SelectSingleNode("//input[PPT Input Number or Name]/@position").InnerText)
If Not position = (last Slide Number - 1) 'Picture Index starts at 0!
API.Function("NextPicture", Input:=45)
End If
With this conditional expression you could press "NextSlide" till doomsday when "LastSlide" is reached, no shift to slide 1, no matter if "Loop" is "greened" or "ungreened"... :-) Then create a shortcut "StartScript" Value= YourScriptName
|
|
|
|
Rank: Member
Groups: Registered
Joined: 3/29/2021(UTC) Posts: 10 Thanks: 1 times
|
Excellent. Thank you. We're just about to upgrade vMix to be able to use scripting and PTZ so I will certainly implement this.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close