Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Scription new next and prev functions in slideshow
I can't figure out hoe to script the new next and prev functions in slideshow

I thought it would be by using fx button script, so I've tried
video_fx_button 6
and
video_fx_button 'slideshow' 6
and in case i was missing the context
deck all video_fx_button 'slideshow' 6
and specifically for master
deck master video_fx_button 'slideshow' 6
...and also using "7" instead of "6" for the previous button

But none of that works

So I thought it may be because I should use video_source script, since it is the video source, but I can't find script to handle buttons and sliders for specific video sources

Finally I tried video_transition_button simply because that exists
No luck

What am I missing?
It's probably something obvious :)
 

Posted Mon 20 Jun 22 @ 8:55 am
locoDogPRO InfinityModeratorMember since 2013
I don't use video_fx_ scripts, from what I remember you can't access the 2nd dial [vague memory]

I just use
effect_
scripts, if it's aov
deck master effect_button 'audioonlyvisualisation' 6
 

Posted Mon 20 Jun 22 @ 9:07 am
Yes, it works
And for previous: deck master effect_button 'audioonlyvisualisation' 7
I would never have thought of that :)
 

Posted Mon 20 Jun 22 @ 9:37 am
AdionPRO InfinityCTOMember since 2006
I don't think deck master is needed either since audioonlyvisualisation is always master

video_fx_button should work for the normal video fx slot but that's indeed different from the audio only visualisation slot
 

Posted Mon 20 Jun 22 @ 9:50 am
Adion wrote :
I don't think deck master is needed either since audioonlyvisualisation is always master

Correct - deck master is not needed
Thanks
 

Posted Mon 20 Jun 22 @ 10:04 am