gibber-cc / gibber

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

playground:6 av mappings : storepos is not defined #74

Closed radorossum closed 2 years ago

radorossum commented 2 years ago

bundle.js:78543 ReferenceError: storepos is not defined

to reproduce run example 6.audiovisual mappings from playground

charlieroberts commented 2 years ago

Hmmm... can't reproduce. Is there a specific part of the tutorial that gives you problems? Also, what browser / os are you using?

One last question, is this in the version at gibber.cc/alpha/playground? Or is this using a playground you built yourself? Thanks!

radorossum commented 2 years ago

works fine in the playground at gibber.cc/alpha/playground. the above issue is after i clone the repo and do npm i and npm start. i had to patch first (see issue #73). i then see the issue in both chrome and brave usually after a few successful drawing commands (e.g. the third, fourth alt-enter). i tried rebuilding but there are a lot of issues with dependencies. i will file a separate report on that. i can take this to the discord if it is easier. thanks

charlieroberts commented 2 years ago

OK I think this is fixed in 49b1c8fc5c217bacd4e050330a1712c20e40215c (gibber.graphics.lib). Hopefully the build problems are now resolved as well!