Entra:     


Forum: VirtualDJ Technical Support

Topic: Color settings for blockwave & pads not working with variable
I would like to the blockwave in a video skin based on the value of a variable. Also changing the pad color does not work eiter.

This works fine: <text fontsize="35" color="`get_var '@$VSheadertext'`" weight="bold" align="center" text="Now playing:"/>

however this does not: <blockwave deck="master" blocksize="3" zoom="4" color="`get_var '@$VSwave'`" visibility="80%" center="left">

And this for the color of the pads does not work either: color `get_var '@$VSwave'`

What am I missing?
 

Inviato Fri 20 Oct 23 @ 1:44 pm
pads

custom button
set_var a "#ffffff"
press

pad color
get_var a
 

Almost works

This works for pads: get_var 'a'

Thanks for pointing me in the right direction