Hello,
I would like to make a blinking effect to a slider ONLY when the slider is on a hot_cue position.
So not when the slider is on the temporary cue.
I can visualize the hotcue with this second part of the script, but nog blinking when the hotcue is pressed.
See my script below. (this aint working).
<!--blink if active hotcue-->
<slider action="cue_pos" color="cue_color 1" visibility="hot_cue 1? blink 500ms : nothing">
<size width="787" height="100"/>
<pos x="245" y="1590-10-230+55"/>
<fader>
<size width="41" height="41" />
<off color="white"/>
</fader>
</slider>
<!--hotcue on songpos-->
<slider action="cue_pos 1" visibility="hot_cue 1">
<size width="785" height="100"/>
<pos x="245" y="1590-10-230+55"/>
<fader>
<size width="35" height="35" />
<off color="#fd0015"/>
<text font="arial" dx="+0" dy="+0" fontsize="34" align="center" weight="bold" color="black" text="A"/>
</fader>
Any ideas?
gr. Marcel
I would like to make a blinking effect to a slider ONLY when the slider is on a hot_cue position.
So not when the slider is on the temporary cue.
I can visualize the hotcue with this second part of the script, but nog blinking when the hotcue is pressed.
See my script below. (this aint working).
<!--blink if active hotcue-->
<slider action="cue_pos" color="cue_color 1" visibility="hot_cue 1? blink 500ms : nothing">
<size width="787" height="100"/>
<pos x="245" y="1590-10-230+55"/>
<fader>
<size width="41" height="41" />
<off color="white"/>
</fader>
</slider>
<!--hotcue on songpos-->
<slider action="cue_pos 1" visibility="hot_cue 1">
<size width="785" height="100"/>
<pos x="245" y="1590-10-230+55"/>
<fader>
<size width="35" height="35" />
<off color="#fd0015"/>
<text font="arial" dx="+0" dy="+0" fontsize="34" align="center" weight="bold" color="black" text="A"/>
</fader>
Any ideas?
gr. Marcel
geposted 19 hours ago
visibility="hot_cue 1? blink 500ms : nothing"
needs a space between hot_cue 1 , ?
needs a space between hot_cue 1 , ?
geposted 17 hours ago





