note("G2@2 A#2 D@2 G@2 ~ G F@2 D@1.5") .sound("piano")
Strudel REPL – a music live coding environment living in the browser
11–20 of 56 posts
Re: Strudel REPL – a music live coding environment living in the browser
#12There are some pretty amazing live coding sessions of Strudel on YouTube. Some examples: https://www.youtube.com/watch?v=HkgV_-nJOuE https://www.youtube.com/watch?v=HkgV_-nJOuE
Switch Angel is awesome. She also has some Instagram tutorials.
Re: Strudel REPL – a music live coding environment living in the browser
#13[1] https://flok.cc
Re: Strudel REPL – a music live coding environment living in the browser
#14All examples I've heard from Strudel so far are pretty boring (constant beat/chord machine music).
Are there examples in other styles?
Re: Strudel REPL – a music live coding environment living in the browser
#15Strudel 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…
Thanks for mentioning superdough I hadn’t seen it anywhere while I was playing with all of the above. Piqued my curiosity :)
Re: Strudel REPL – a music live coding environment living in the browser
#16Can it make music like e.g. Extempore (see https://www.youtube.com/playlist?list=PL_eJ0XdLbWzzq_03wTIMV... )? All examples I've heard from Strudel so far are pretty boring (constant beat/chord machine music). Are there examples in other styles?
That said I’ve only seen people making house/techno/drum-n-bass kinda stuff with it.
Re: Strudel REPL – a music live coding environment living in the browser
#17Can it make music like e.g. Extempore (see https://www.youtube.com/playlist?list=PL_eJ0XdLbWzzq_03wTIMV... )? All examples I've heard from Strudel so far are pretty boring (constant beat/chord machine music). Are there examples in other styles?
Strudel can use custom samples in addition to the built in synths and samples. The language is really expressive. I’ve not gone too far into playing with it but from what I’ve seen it’s pretty flexible. That said I’ve only seen people making house/techno/drum-n-bass kinda stuff with it.
Re: Strudel REPL – a music live coding environment living in the browser
#18Re: Strudel REPL – a music live coding environment living in the browser
#19Tide Cycles doesn't work on Fedora, so I might use this instead. Anyway to get it running as a node js script so I use it locally?
Re: Strudel REPL – a music live coding environment living in the browser
#20Strudel 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…
I wonder if that could be used at some point.