Ingreso rápido:  

Forum: General Discussion

Tema: Shaders
WahlossPRO InfinityMember since 2017
I've noticed that VDJ no longer remembers what shader I was last using and on re-opening it defaults to the sound eclipise shader.
I know it used to remember but not sure which update it stopped. Is this now a setting and if so where would I find it? A normal shader search in "options" is not yeilding any results as far shader defaults are concerned.
 

Mensajes Wed 08 May 24 @ 1:21 pm
haven't seen this happen and am on current b8124.
maybe some more info about OS, how you're closing software, and if all permissions are enabled in the comptuer?
 

Mensajes Wed 08 May 24 @ 7:32 pm
WahlossPRO InfinityMember since 2017
I'm running windows OS, and on the latest build. I only know of one way to close the software, so that's why I'm asking if there is a setting I'm missing. It used to stay before when the database and folder was in "My Documents", but I've noticed since I changed laptops and the database is now in "appdata" that the shader doesn't stay, now that I think about it.
 

Mensajes Thu 09 May 24 @ 7:54 pm
FoggPRO InfinityMember since 2006
just installed the latest release (VDJ2024 pc64 build 8336 2100)
now this script does not work anymore:

deck master effect_string 'audioonlyvisualisation' 1 -1

it did work perfectly before the upgrade

more generally, is there a place where I can find the latest VDJscript documentation related to all options with video output and shaders ?

TY
 

Mensajes Thu 10 Oct 24 @ 9:33 pm
FoggPRO InfinityMember since 2006
strange enough,

deck master effect_string 'audioonlyvisualisation' 1 +1 works

deck master effect_string 'audioonlyvisualisation' 1 -1 does NOT work ?

note: shader activated through video_source_select which leaves video_fx available to apply colorize effect to the shader

 

Mensajes Fri 11 Oct 24 @ 1:26 pm
AdionPRO InfinityCTOMember since 2006
Did you try
deck master effect_string 'audioonlyvisualisation' 1 "-1"
effect_string will pass a string to the effect, so it's best to pass it directly as a string
 

Mensajes Fri 11 Oct 24 @ 2:22 pm