You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
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?
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
notefunction, 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!