sce drop and count=0
Moderator: MADRIX Team
sce drop and count=0
Hi MADRIX team,
I have a problem to work with sce drops effect. I don't understand because I can set the count to 0.
The problem was, in show by mistake set the count to 0. I don't found the reason the screen is black. In this case a have a big problem. I think this is a bug in MADRIX.
I have a problem to work with sce drops effect. I don't understand because I can set the count to 0.
The problem was, in show by mistake set the count to 0. I don't found the reason the screen is black. In this case a have a big problem. I think this is a bug in MADRIX.
Re: sce drop and count=0
Hi dieter,
ok i understand your point of view but i do not agree with your opinion.
So for example some people working live with the attributes of effects and with this it is possible to use the slider to set the count to zero and no more drops are falling down and after a short periode because of a special event like a specific act in the music the LJ turns the drops on again by set the count back to 10 for example. Also in cooperation with macro this could be used to run drops periodical.
.
If it is a big problem for you, you maybe use the following macro to avoid your issue.
.
if(GetCount() < 1) SetCount(1);
ok i understand your point of view but i do not agree with your opinion.
So for example some people working live with the attributes of effects and with this it is possible to use the slider to set the count to zero and no more drops are falling down and after a short periode because of a special event like a specific act in the music the LJ turns the drops on again by set the count back to 10 for example. Also in cooperation with macro this could be used to run drops periodical.
.
If it is a big problem for you, you maybe use the following macro to avoid your issue.
.
if(GetCount() < 1) SetCount(1);
LEDs are nothing without control
Re: sce drop and count=0
I understand,
a simple script for my big problems.
thanks
a simple script for my big problems.
thanks