effect_string visuals 3 eq
effect_string visuals 3 "black and white"
effect_string visuals 1 +1
Can confirm everything works as it did back then under the "shader" alias, and also works under the new plugin name "visuals".
both for set and get_
effect_string "shader" 3 "specific folder with Shaders"
won't change shader it just changes where it is looking for the next one when a change is requested.
so to change list and shader at the same time
effect_string visuals 3 eq & effect_string visuals 1 +1
effect_string visuals 3 "black and white"
effect_string visuals 1 +1
Can confirm everything works as it did back then under the "shader" alias, and also works under the new plugin name "visuals".
both for set and get_
effect_string "shader" 3 "specific folder with Shaders"
won't change shader it just changes where it is looking for the next one when a change is requested.
so to change list and shader at the same time
effect_string visuals 3 eq & effect_string visuals 1 +1
Inviato 3 hours ago
Thanks Loco! :-) For some reasons it does not work for me with the 'Visuals' in the Overlays activated..
I've now managed to make it work with. deck master effect_string "shader" 3 "specific folder with Shaders". And yes, I had to wait for the autochange trigger.. then it selects in the folder: 'Specific folder with Shaders' :-)
But maybe above works with the 'Visuals' in the "Source for audio-only tracks" Category?
I've now managed to make it work with. deck master effect_string "shader" 3 "specific folder with Shaders". And yes, I had to wait for the autochange trigger.. then it selects in the folder: 'Specific folder with Shaders' :-)
But maybe above works with the 'Visuals' in the "Source for audio-only tracks" Category?
Inviato 2 hours ago
oh no, it's all about the slot
the AOV slot doesn't accept a addon name for _slider, _button, _string
since there's only the one AOV slot
audioOnlyVisualisation
therefore
effect_string audioOnlyVisualisation 3 eq
effect_string audioOnlyVisualisation 3 "black and white"
effect_string audioOnlyVisualisation 1 +1
the AOV slot doesn't accept a addon name for _slider, _button, _string
since there's only the one AOV slot
audioOnlyVisualisation
therefore
effect_string audioOnlyVisualisation 3 eq
effect_string audioOnlyVisualisation 3 "black and white"
effect_string audioOnlyVisualisation 1 +1
Inviato an hour ago





