gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
902 stars 79 forks source link

Demo "10. Modulation" is broken #91

Closed rahji closed 1 year ago

rahji commented 1 year ago

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')
rahji commented 1 year ago

Same for Intro to CSG demo

charlieroberts commented 1 year ago

Fixed in 1fe283e thanks!