I’m not surprised. I’ve hit some serious issues with p5.sound, I reckon they’ll stick strictly to web audio rather than any wasm stuff, although I didn’t read the call
Previous versions of Webaudio Csound seemed to play well together with p5.js, there’s some examples by Steven showing that. I would expect this continues to be the case in Csound Wasm.
Prof. Victor Lazzarini
Maynooth University
Ireland
The problem is it becomes another interface to maintain and keep in sync with what Steven Hloover and Ed are doing. And if it’s not maintained and sync-ed tightly it will end up being bad for Csound. Maybe a super lightweight wrapper might work. Basically something to expose the Csound object to users in p5js. Something like
let cs = new p5.Csound();
and after that users can just call all the native Csound object methods. It would really just be a marketing exercise But still…