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.
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.
Inviato 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?
maybe some more info about OS, how you're closing software, and if all permissions are enabled in the comptuer?
Inviato Wed 08 May 24 @ 7:32 pm
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.
Inviato Thu 09 May 24 @ 7:54 pm
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
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
Inviato Thu 10 Oct 24 @ 9:33 pm
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
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
Inviato Fri 11 Oct 24 @ 1:26 pm
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
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
Inviato Fri 11 Oct 24 @ 2:22 pm