logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
xaver  
#1 Posted : Saturday, January 25, 2020 10:19:46 PM(UTC)
xaver

Rank: Advanced Member

Groups: Registered
Joined: 11/11/2016(UTC)
Posts: 378
Man
Location: Europe

Thanks: 23 times
Was thanked: 38 time(s) in 32 post(s)
it would be great to select an event by number with shortcuts

at the moment we only have
ReplaySelectFirstEvent
ReplaySelectLastEvent
ReplaySelectNextEvent
ReplaySelectPreviousEvent

to Select Event 20 off 100 you have to send 21 messages to vMix to select the correct one
Why is there no Shortcut for ReplaySelectEventNumber
doggy  
#2 Posted : Saturday, January 25, 2020 10:38:41 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: xaver Go to Quoted Post
it would be great to select an event by number with shortcuts

at the moment we only have
ReplaySelectFirstEvent
ReplaySelectLastEvent
ReplaySelectNextEvent
ReplaySelectPreviousEvent

to Select Event 20 off 100 you have to send 21 messages to vMix to select the correct one
Why is there no Shortcut for ReplaySelectEventNumber



Have you checked ReplayPlayEvent and give it a number ?

xaver  
#3 Posted : Saturday, January 25, 2020 11:33:56 PM(UTC)
xaver

Rank: Advanced Member

Groups: Registered
Joined: 11/11/2016(UTC)
Posts: 378
Man
Location: Europe

Thanks: 23 times
Was thanked: 38 time(s) in 32 post(s)
I use IRP as MAZ with a complete control by a second PC

I only want to select it, to see if it's the correct one.
Then I select different events in different angles and play them automaticly

If I use ReplayPlayEvent it immediately play's it ( and that's not useable in our workflow )

doggy  
#4 Posted : Sunday, January 26, 2020 12:44:26 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Got ya

but in the mean time you could shortcut ReplayPlayEventById and let the same shortcut call a script to stop the replay

needs to be in a script in order to add a small delay as its responding to fast otherwise

Code:
sleep(100)
API.Function("ReplayStopEvents")


could put ReplayPlayEventById in the script too

Just a thought
xaver  
#5 Posted : Sunday, January 26, 2020 4:37:11 AM(UTC)
xaver

Rank: Advanced Member

Groups: Registered
Joined: 11/11/2016(UTC)
Posts: 378
Man
Location: Europe

Thanks: 23 times
Was thanked: 38 time(s) in 32 post(s)
I tried it, but the "screen" becomes very "nervous"

If I select an event, the first frame comes on the screen

If I do it with playeventbyid and pause or stop, I need a litle break (as you write about 100-200msec) and in this time, I get moving pictures

I fear that our volunteers will not be able to cope with it

So I decide to do it with the work around (select first and then select next Or select last and then select previous)

Still waiting for a new shortcut "ReplaySelectEventByID"
Users browsing this topic
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.