Closed porres closed 3 years ago
Cyclone als goes crazy if delta min and max are both positive or negative and so does MAX, but MAX swaps min/max if min is positive and max is negative.
I think we could make things sane for cyclone by never allowing negative values to delta max and positive values to delta min. This would be a good sanity check.
Help file could also be improved to explain how this is a slew limiter
if delta min is set to a positive value and delta max is negative, things go crazy in cyclone, whereas MAX keeps it sane