v4sum   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/vaudio_dsp.xtm

Implementation

(bind-func v4sum
  (lambda (x:/4,float/*)
    (+ (vref x 0) (vref x 1) (vref x 2) (vref x 3))))


Back to Index