fluid-cube-set-first-row   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/fluid2d.xtm

Implementation

;; I don't understand why I really need this 1st row offset
(bind-func fluid-cube-set-first-row
  (lambda (cube type vals)
    (let ((xN (tref cube 0)))
      (fluid-cube-set-row cube type (* 1 xN) vals))))


Back to Index