Krzysztof Czaja schrieb:
hi Olaf,
there is more and more of that talk about name clashes...
In the maxlib, there are three clones of the native max classes: borax, match, and speedlim (scale is not native afaik). Two of them, match and speedlim, are in the cyclone too.
[...]
- The speedlim from maxlib lacks two important features of max
original, and its cy-clone: it accepts only floats, and ignores input if blocked.
Hi Krzysztof,
you found a 'bug' in maxlib! I have a version 0.2 of speedlim that does not ingnore input if blocked.... however, I forgot to update the sourcefile for the library. It's mentioned in the HISTORY for version 0.8. Shame on me! - I'll fix this for the next release.
Now, the question is: how many patches depend on match or speedlim from the maxlib? If not many, would you be willing to rename the two? Or do you see it the other way around?
What about exchanging code? - Your 'extended' match and speedlim objects seem to cover the same functionallity plus some more (they are thus downwards compatible). I would like to include them in maxlib and you could include borax in cyclone. By providing the same functionallity it makes no difference which library to use...
Olaf