登录:     


Forum: General Discussion

Topic: Censor Script
Is there a script for a custom button to turn censoring on and off?
 

发表时间 Tue 16 Jun 26 @ 6:11 am
On a custom button (acts as a toggle):

setting "lyricsCensorAudio"


If you do karaoke as well and want the AI generated lyrics displayed on the video output to be censored too, then perhaps another button:

setting "lyricsCensorVideo"
 

I'm trying to combine the 2 censor functions into 1 button. This script works but I can't get the button to blink when the censor is active. It blinks when the censor is NOT active. I tried putting the blink function at the end of the script, that didn't seem to work either.

setting "lyricscensoraudio" ? (setting "lyricscensoraudio" off & setting "lyricscensorvideo" off) : on blink & (setting "lyricscensoraudio" on & setting "lyricscensorvideo" on)
 

remove the ON after the :
 

locoDog wrote :
remove the ON after the :


Still blinking when censor is off.
 

oh I'd have thought blinking would be "Attention swearing might happen"
replace the BLINK with OFF

Also after the ? place ON &
 

locoDog wrote :
oh I'd have thought blinking would be "Attention swearing might happen"
replace the BLINK with OFF

Also after the ? place ON &


Understand but I want to know when the words are BEING censored, hence the button blinking.

So, doing what you said works, (lights when censor on) but it doesn't blink. I suppose that's ok. Thank you.
 

change the ON & to BLINK &