gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
914 stars 81 forks source link

"8. audiovisual mappings" demo is broken #90

Closed rahji closed 2 years ago

rahji commented 2 years ago

When executing these lines, I get errors in the console and the effect of changing the radius of the sphere does not work:

sphere = Sphere().render()
kick = Kick().trigger.seq( 1,1/4 )
sphere.radius = kick

First line gives the error: ReferenceError: sphere is not defined

Third line says: ReferenceError: sphere is not defined

charlieroberts commented 2 years ago

fixed in 1fe283e, thanks!