sce drop and count=0

This forum is assigned for bug reporting. Be as much accurate as you are possible.

Moderator: MADRIX Team

Locked
User avatar
dieter
Posts: 84
Joined: Tue Aug 19, 2008 3:47 pm

sce drop and count=0

Post by dieter »

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.
User avatar
Wissmann
Developer
Developer
Posts: 769
Joined: Fri Feb 23, 2007 3:36 pm
Location: Germany
Contact:

Re: sce drop and count=0

Post by Wissmann »

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);
LEDs are nothing without control ;-)
User avatar
dieter
Posts: 84
Joined: Tue Aug 19, 2008 3:47 pm

Re: sce drop and count=0

Post by dieter »

I understand,
a simple script for my big problems.
thanks
Locked