I'm excited to share a new blog post about the Pluguzu plugin I made with #Haskell to integrate #tidalcycles in my DAW:) https://midirus.com/blog/haskell-foreign-library-dpf
I'm excited to share a new blog post about the Pluguzu plugin I made with #Haskell to integrate #tidalcycles in my DAW:) https://midirus.com/blog/haskell-foreign-library-dpf
made a cover of radiohead’s “all i need” using strudel! first time trying out the arrange function – went for a synthy, cinematic vibe with this one
#radiohead #strudel #tidalcycles #underground #livecoding #industrial #algorave #dj #music #programming #musicproduction #beats
I just got the first #tidalcycles pattern running in pluguzu, the new CLAP plugin I've been working on! The implementation isn't super clean because I took some shortcut, but that's a good start:)
Livecoding jeudi 22 Mai à l'ENSAD avec Cookie Collective 🍪
J-5, preparing bass and breaks
----
```
-- Teaser: BASSLINE REVEAL
d4 $
$ midiOff "^89" (slice 4 "1 2*<1 2> 3*<1 4> 4") -- ON OFF SLICER
$ chop 16 $ loopAt 4
$ "nujazz_bass125:1" -- melancholic attack
# crushbus 41 (range 16 4 "^53")
```
----
Gratuit - tickets ici 🎟️
https://nech.pl/bazart
----
#livecoding #algorave #paris #CookieCollective #tidalcycles #livemusic #freeevents #parisevents #sortiraparis #artnumerique #issy
sampled a fridge into an industrial beat using strudel (clipping/volume warning LOL)
#strudel #tidalcycles #underground #livecoding #industrial #algorave #dj #music #programming #musicproduction #beats
notes from tuesdays Algorave Helsinki meetup are now up! featuring audio robotics brainstorming, exponential rhythms in Tidal and SuperCollider, and weird Max4Live patches https://pulusound.fi/blog/algorave-helsinki-meetup-2025-05-06 #Algorave #LiveCoding #SuperCollider #TidalCycles
Today I tried controlling the Mainbow synth with TidalCycles @tidalcycles. only d1, d2 and d3 are making noise. Everything else is patterning the visuals, alongside modulation on the synth itself.
What I like is that this approach keeps everything in time to the music. Plus, if I have any other devices or software that uses Ableton Link for clock and sync then it'll be in time with them too! https://www.youtube.com/watch?v=J_Q-IIcz2TM
Getting ready for this weekend's #livecoding set at TRAUM in Antwerp. Some #tidalcycles, some #modularsynth. Let's see what we can do with this.
c_robo_ – final_rothko_v2
#Electronic #experimental #industrialhiphop #live #livecode #livecoding #tidalcycles #LosAngeles
CC BY-SA (#CreativeCommons Attribution Share Alike) #ccmusic
https://c-robo.bandcamp.com/album/final-rothko-v2
A quick first go at a website around the emerging idea of the 'uzulang' family of live coding languages:
https://uzu.lurk.org/
Lots more to add, feel free to contribute if you have some ideas.
As ever, also still on the lookout for the perfect live coding photo for websites like this, featuring performer(s), code projection + audience, all having a good time ! #tidalcycles #uzulang #strudel #livecoding
flipped this iconic crystal castles sample using strudel ✌🏿here’s a quick live version with some visuals i cooked up :) @strudel
link to strudel pattern:
https://strudel.cc/?I6HzEvYCos5g
link to hydra pattern:
https://hydra.ojack.xyz/?sketch_id=yv2aIUKLxyIZi3eN
shoutout to Switch Angel for the scrub function
#livecoding #creativecoding #strudel #hydra #tidalcycles #bass #algorave #experimental #audiovisual #dj #musicproduction #underground
introducing livecoding and strudel to a new audience ;)
#strudel #tidalcycles #rap #underground #livecoding #algorap #hiphop #algorave #dj #music #programming #musicproduction #beats
coded a little charli xcx and bb trickz remix using strudel with added visuals by me in hydra
you can find the full song here:
https://soundcloud.com/bundydemos/coding-club-classix
you can also find the strudel pattern for the instrumental and visuals here:
https://strudel.cc/?gCGJ39ALcFkV
#livecoding #creativecoding #strudel #hydra #tidalcycles #dance #electronic #bass #algorave #experimental #brat #audiovisual #visuals
LOOP INFINITO
música algorítmica +
design gerativo +
live coding
falas & performances :
alexandre porres
alexandre villares
bruno gola
desdansá
lucca totti
radio toba
rumohra
sab 22 mar 2025
16h > 22h
av brig luis antonio 3928
[contribuição consciente]
#livecoding #tidalcycles #liveelectronicmusic #supercollider #puredata #algorithmicmusic
#generativedesign
Algorave Helsinki livecoding meetup/workshop tonight 18.30 onwards at Galleria Unika // WHS Teatteri Union (SIltavuorenranta 18).
Free and open to everyone!
I wrote a script to install/update MicroHs (a small Haskell compiler) and Godwit (my Tidal-ish pattern language thing), because it's boring to keep doing the fair number of steps by hand:
https://mathr.co.uk/web/godwit.html#Bootstrap
Takes about 6mins on desktop, 45mins on tablet, haven't tried on phone yet. Doesn't including the once-only step of adding
```
if [ -d "$HOME/.mcabal/bin" ] ; then
PATH="$HOME/.mcabal/bin:$PATH"
fi
```
to ~/.profile or ~/.bashrc or similar...
Then to start making sounds you need classic Dirt(*) sampler with some samples:
(cd dirt && ./dirt ) &
cd godwit
make HC=mhs scheduler &
make HC=mhs repl
:set +l
hush
s [bd]
The first time you run the scheduler it spits out warnings about missing shared library until a pattern is entered in the repl, which is a bit distracting, I should fix that. To stop exit the repl with :q and then enter fg, ctrl-c, fg, ctrl-c to quit the scheduler and dirt.
#Haskell #MicroHs #TidalCycles #Godwit #LiveCoding
(*) 1/2
Hi all 😁
Any suggestion for a Peertube instance?
I'm interested in sharing videos about live coding for music and sound generation.
@toplap ?
added some effects and moooore bullets #TidalCycles #LiveCoding #GameDev
slowly putting the hell in bullet hell #TidalCycles #LiveCoding #GameDev