porres / pd-cyclone

A set of Pure Data objects cloned from Max/MSP
BSD 3-Clause "New" or "Revised" License
206 stars 25 forks source link

deltaclip~ #551

Closed porres closed 3 years ago

porres commented 3 years ago

if delta min is set to a positive value and delta max is negative, things go crazy in cyclone, whereas MAX keeps it sane

Screen Shot 2021-05-20 at 03 06 56
porres commented 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