MADRIX Forum • sce drop and count=0
Page 1 of 1

sce drop and count=0

Posted: Fri Jul 01, 2011 10:12 pm
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.

Re: sce drop and count=0

Posted: Mon Jul 04, 2011 9:09 am
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);

Re: sce drop and count=0

Posted: Wed Jul 13, 2011 8:55 pm
by dieter
I understand,
a simple script for my big problems.
thanks