gibber-cc / gibber

An audiovisual live coding environment for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo "10. Modulation" is broken

rahji opened this issue · comments

Trying execute the first two commands:

b = Box().render()
b.size = lfo( 'sine', .5, .5, 1 )

fails with the errors:

ReferenceError: storepos is not defined
ReferenceError: b is not defined
Cannot read properties of undefined (reading 'size')

Same for Intro to CSG demo

Fixed in 1fe283e thanks!