Limiting and wrapping of vectorial control signals

The opcodes to perform limiting and wrapping of elements within a vector are:

These opcodes are similar to limit, wrap and mirror, but operate on a vector instead of a scalar signal. The old values of the vector contained in an f-table are over-written if they are out of min/max interval. If you want to keep the original values of the input vector, use the vcopy opcode to copy it in another table.

All these opcodes work at k-rate.

All these operators are designed to be used together with other opcodes that operate with vectorial signals such as vcella, adsynt, adsynt2 etc.