I would like to place a promotive image of our party WhatsApp group on lower right part of the screen. I have logo on top right.
I've been fiddling around in changing video skin code, but I can't find a simple explanation
on how to simply add images to a video skin. Vector graphics and texts seem logical, but
I can't find howto adding images in the documents.
My guess is it is inside the <visual> block, but how and where do I define the image in question?
What if I want to insert different images?
If possible, I would like to fade this image in after certain amout of seconds when the song starts to play. It could then stay and fade out like 20 seconds before the song ends.
Thanks in advance,
Tapio
I've been fiddling around in changing video skin code, but I can't find a simple explanation
on how to simply add images to a video skin. Vector graphics and texts seem logical, but
I can't find howto adding images in the documents.
My guess is it is inside the <visual> block, but how and where do I define the image in question?
What if I want to insert different images?
If possible, I would like to fade this image in after certain amout of seconds when the song starts to play. It could then stay and fade out like 20 seconds before the song ends.
Thanks in advance,
Tapio
Mensajes Sat 25 Nov 23 @ 6:44 am
Maybe you could display the image in a second pop up window, as you would for a floating browser....
Take a look here https://www.virtualdj.com/wiki/Browser%20in%20Window.html
Take a look here https://www.virtualdj.com/wiki/Browser%20in%20Window.html
Mensajes Sat 25 Nov 23 @ 9:46 am
Or put the image in the sampler.
Mensajes Sat 25 Nov 23 @ 10:27 am
Even easier!
Mensajes Sat 25 Nov 23 @ 10:32 am
if windows I have a plugin that does this.
Mensajes Sat 25 Nov 23 @ 11:21 am
locodog wrote :
if windows I have a plugin that does this.
Yes, it’s on windows. How can I get the plugin?
Mensajes Sat 25 Nov 23 @ 6:52 pm
check your pm's
Mensajes Sat 25 Nov 23 @ 7:20 pm
Salsa DJ El Rubio wrote :
If possible, I would like to fade this image in after certain amount of seconds when the song starts to play. It could then stay and fade out like 20 seconds before the song ends.
with the plugin you'd script something like this, but your specific case might need tweaks
ONSONGLOAD
& deck master effect_slider showlogo64-3 4 0.0 & repeat_start imageAction1 20000ms 1 & ( repeat_start imageAction2 100ms 100 & effect_slider showlogo64-3 4 +0.01 ) & repeat_start imageAction3 `param_add -20000 'get_time remain'` 1 & repeat_start imageAction4 100ms 100 & effect_slider showlogo64-3 4 -0.01
Mensajes Sat 25 Nov 23 @ 10:20 pm