hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.12k stars 255 forks source link

p5 fails to init after reload #256

Open kasparsj opened 1 year ago

kasparsj commented 1 year ago

Hey ;) If i write in the editor: const p5 = new P5(); And then reload the page, I'm getting this error:

Screenshot 2023-07-05 at 11 13 51

afterwards evaluating the code manually works though.