gibber-cc / gibber

An audiovisual live coding environment for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to sequence X or Y position

maciejjankowski opened this issue · comments

a = Cube().position.x.seq([10,20,50] , 1/8)
Cube is created.
Uncaught TypeError: obj.seq.add is not a function
at Function.fnc.seq (:36359:15)
at :2:23
at Object.InjectedScript._evaluateOn (:905:140)
at Object.InjectedScript._evaluateAndWrap (:838:34)
at Object.InjectedScript.evaluate (:694:21)

and thanks!