Connexion rapide:  

Forum: VirtualDJ Technical Support

Sujet Help on Script (probably so easy but can't figure it out)
I have tried so many combination and lots of reading for hours but I can't get it.

Probably so simple for Locodog or Nicotux.

I have been playing with the TEXT plugin.
I made 2 Presets saved as "First" & "Last"

I am trying to add a script in POI to activate one or the other (First or Last).

This script activates whatever the TEXT plugin was left off

deck master video_fx 'text'
or
deck master effect_active "text"

I am trying to select one of the Presets before activating but no luck.
Can't find any example about the "TEXT" plugin.

Thanks for the help.
 

Posté Fri 25 Feb 22 @ 1:52 am
locoDogPRO InfinityModeratorMember since 2013
deck master effect_string "text" 3 "YOURPRESET" & deck master effect_active "text"
 

Posté Fri 25 Feb 22 @ 2:01 am
Thanks Locodog.

I did play around with effect_string but can't figure it out.

what is the # means? Why 3 ?

I tried 1, 2, 4, 5, etc... and I only see the INVISIBLE being check/uncheck.
 

Posté Fri 25 Feb 22 @ 2:15 am
locoDogPRO InfinityModeratorMember since 2013
1 is font, 2 is the actual text, 3 is the preset name. no real reason it's 3 other than that was the 3rd part of the fx that was classed as a effect_string
 

Posté Fri 25 Feb 22 @ 2:36 am
Thanks again Locodog.

I'm gonna put this script on the sample wiki.
 

Posté Fri 25 Feb 22 @ 1:01 pm
Been a while since I put an example script in the WIKI and can't see the option to add this example anymore.

Thanks again.
 

Posté Fri 25 Feb 22 @ 1:08 pm
"Text Plugin"

deck master effect_string "text" 3 "YOURPRESET" & deck master effect_active "text"

1 is font
2 is the actual text
3 is the preset name

Note:
You can have up to 360 characters. Anything more, it will not be displayed.
 

Posté Fri 25 Feb 22 @ 3:30 pm
locoDogPRO InfinityModeratorMember since 2013
I'll add it in.
 

Posté Fri 25 Feb 22 @ 5:16 pm