Hello π
I'm trying to integrate some dynamic music with strudel into a react app on Nextjs (TS).
The official react hook package is not maintained anymore and from what I have tried, it doesn't work. For whatever reason it does not load the samples, though I can see the json file has been downloaded.
It's not super clear to me which package contains the primitives, like note function, and how to use the JS API.
I don't really want a REPL, I just want to be able to use the JS api to make some sound that I can change the pattern of at runtime.
Has someone done something similar? Is there something Im missing in the docs regarding this setup?
Thank you!