How to control bark visibility
Posted: Mon Feb 19, 2024 6:31 am
How can I control how long bark is shown?
I tried everything described in this topic https://www.pixelcrushers.com/phpbb/vie ... 24234dcd89, but nothing helps me.
I set min bark seconds 10 in the settings, but it doesn't help. I tried to set in Sequence, nothing worked
I use AudioWait, maybe it interferes somehow, although bark disappears, but the audio still plays, if so, how can I exclude it?
I tried everything described in this topic https://www.pixelcrushers.com/phpbb/vie ... 24234dcd89, but nothing helps me.
I set min bark seconds 10 in the settings, but it doesn't help. I tried to set
Code: Select all
Delay(10)
Code: Select all
Delay({{end}})
Code: Select all
{{default}}
I use AudioWait, maybe it interferes somehow, although bark disappears, but the audio still plays, if so, how can I exclude it?