Live data from Hacker News

Strudel REPL – a music live coding environment living in the browser

strudel.cc

21–30 of 56 posts

Re: Strudel REPL – a music live coding environment living in the browser

#22
For a much more open ended (but advanced) option, one can run Csound live in the browser too now over WASM.

For some music ed stuff I work on, I actually have s7 Scheme in WASM controlling csound in WASM, both were surprisingly easy to get going!

Re: Strudel REPL – a music live coding environment living in the browser

#23

Strudel is a JavaScript port of TidalCycles (Haskell). While TC uses SuperCollider for the synthesis, Strudel uses superdough which seems to be a custom implementation. I'm currently learning SuperCollider sclang and waiting for a version upgrade to have a reason to submit it here - usually some of the discussion is quite insightful. Anyway sclang is the PHP of music - just uglier and less consistent. But it's also p…

When I last played with SuperCollider I used Overtone, that wraps everything in a Closure API. With that you use s-expressions instead of sclang to define your sounds. I am not sure what the state of Overtone is these days, but there seems to still be some activity: https://overtone.github.io/

Re: Strudel REPL – a music live coding environment living in the browser

#24

Earlier quoted context omitted.

This was one of my favorites -- with the voice filter the narration feels like it's part of the song which I found especially fun. https://www.youtube.com/watch?v=GWXCCBsOMSg

That channel has been all over my recommendations, it's awesome so much skill!

Me too! Came on YouTube feed today. Blown the fuck away. I Google Strudel REPL to learn more and found this thread as well. :)

So stoked to play with this.

Re: Strudel REPL – a music live coding environment living in the browser

#26
is it still possible to run the latest version in appimage on linux? only found this version, it's from 2023: https://club.tidalcycles.org/t/strudel-0-8-0-released/4769

i remember seing a .appimage hosted on github in the releases, but they moved to a new host now

oh and if you don't know what inspired the name of the software ; a strudel is really yummy: https://en.wikipedia.org/wiki/Strudel

Re: Strudel REPL – a music live coding environment living in the browser

#29
post #13

Oh and there is flok[1] which combines the strudel repl with visuals from hydra. Also there are sclang and other algorave environments available. Everything is synced (with crdts i guess) so it’s live collaborative. Which is nice to remotely jam with friends [1] https://flok.cc

And quite new dilber.io: https://github.com/Omodaka9375/Dilber
Post reply on HN