mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
153 stars 51 forks source link

failing to load in Safari ungracefully #266

Closed frantic0 closed 3 years ago

frantic0 commented 3 years ago

The anonymous function on learner.js in the engine

`onMessageHandler = m => {`

caused a fatal execution on app load. Replaced with

onMessageHandler(m){