KCM nodes... Min, Max?

If I wanted a Min or Max node, which would take the min or max of the two inputs, I’d currently have to do that as a blop? Or am I missing something?

  • Chad

Hmmm… Seems Less or Greater wants Int32 inputs, not float, so this will be even more complicated…

That’s not (supposed to be) true. The comparison operators take two scalar values of the same type and produce an Int32 that is 0 when the comparison is false and non-zero otherwise.

Along those lines, Floor is built in, but Ceil would require me to Add a Float to Floor. Less bothersome than the Min and Max, but something I’ve noticed as well.

Hmm… Testing it in a new KCM, and it works. Doesn’t work in my existing KCM. Okey dokey, I’ll try to rebuild this.