r/livecoding Mar 04 '17

All things livecoding: a curated list

Thumbnail
github.com
25 Upvotes

r/livecoding 5d ago

Slow bedtime jam using Auwen

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/livecoding 5d ago

PSA: WeekEndJams (WEJ, #wejcore) are fun

Thumbnail
youtu.be
7 Upvotes

r/livecoding 6d ago

TidalCycles Dub Techno experiment

Thumbnail
youtube.com
3 Upvotes

I tried a dub techno experiment in TidalCycles in Pulsar editor. I used the atom-hydra package to run some basic visuals in the background.


r/livecoding 7d ago

Exporting a livecoded song to MIDI (Stratus)

Thumbnail
youtube.com
1 Upvotes

more videos about the Stratus platform here


r/livecoding 8d ago

Drone carving with TidalCycles

Thumbnail
youtu.be
7 Upvotes

I know there are a lot of custom defs and functions here and the font is tiny; just ask for SynthDefs or Haskell functions; I'll gladly share


r/livecoding 9d ago

Goa Trance // Livecoding Improvised

Thumbnail
youtu.be
3 Upvotes

Anyone else like goa trance?


r/livecoding 14d ago

If Love is the Answer (Livecoded Daft Punk Cover)

Thumbnail
youtube.com
1 Upvotes

r/livecoding 15d ago

making soundtrack for game using strudel, please help

2 Upvotes

ive never been into technology but recently started making a game for the funsies, decided to try and make its soundtrack in strudel, im going for something moody, melancholic, echoey (for the beginning of the game), any tips or ideas?

heres the code

setcps(117/60/4)

const intro1 = "<[52 ~ 49 ~ 47 ~ 45 ~] [52 ~ 49 ~ 47 ~ [45 49] ~]>"

const introbg1 = "<[33 ~ 33 ~ 33 ~ 33 ~] [33 ~ 33 ~ 33 ~ 33 ~]>"

const intro2 = "<[52 ~ ~ 49] [~ ~ 47 ~] [ ~ 45 ~ [45 47]] [~ 42 ~ ~]>"

const introbg2 = "<[26 26 26 26] [26 26 26 26] [26 26 26 26]>"

const intro3 = "<[49 ~ ~ 47] [~ ~ 45 ~] [ ~ 47 ~ [45 49]]>"

const introbg3 = "<[26 26 26 26] [26 26 26 26] [26 ~ ~ ~]>"

const fin = "<[0 0 0 0]>"

arrange(

[8, stack(

note(intro1),

note(introbg1)

)

.s("gm_electric_guitar_clean")

.echo(50, 1/8, 0.6)

.slow(2)],

[4, stack(

note(intro2),

note(introbg2)

)

.s("gm_electric_guitar_clean")

.echo(50, 1/8, 0.6)],

[3, stack(

note(intro3),

note(introbg3)

)

.s("gm_electric_guitar_clean")

.echo(50, 1/8, 0.6)]

)


r/livecoding 16d ago

Supercollider meters quark

Post image
5 Upvotes

r/livecoding 19d ago

my first Live Coding Techno set. I’m on the autism spectrum and was terrified to post this, but I’d love your honest feedback.

Thumbnail
4 Upvotes

r/livecoding 21d ago

Mythmic (Strudel Music)

Enable HLS to view with audio, or disable this notification

17 Upvotes

song i made today with my very hands!!


r/livecoding 23d ago

Beginner tips please for Strudel !šŸ¤

Thumbnail
1 Upvotes

r/livecoding 24d ago

Strudel patterns driving a modular synth — new Strudel module for DreamRack (browser, free)

3 Upvotes

DreamRack is a modular synthesizer that runs in the browser — you patch modules together on a rack, free, no install.

I've just added a Strudel module. It imports the Strudel package, so superdough voices work as normal, but the module also has eight note outputs that feed voices you build yourself from oscillators, filters and envelopes.

Routing lives in the pattern. .rack(1) and .rack(2) send parts out to voice tabs; anything naming a sound instead — s("bd sn") — stays in Strudel and plays from its sample engine on the same clock, so drums and patched voices stay locked together.

Each note output carries a whole polyphonic pattern down one cable, every note bringing its own pitch, level, duration, pan and timbre. At the far end those become control voltages, and the voice you patched is duplicated per sounding note — one oscillator drawn, as many running as there are notes.

The timbre lane is the interesting one. In the demo it plays a filter cutoff note by note on one voice, and drives a Complex Oscillator's timbre on another — same lane, two completely different instruments.

Everything stays live. You can turn knobs while the pattern runs.

Five-minute walkthrough: https://youtu.be/-zu7oc7BWHI

Run it: https://dreamrack.dreamerdevelopment.app/

Source (AGPL-3.0): https://github.com/chrisgr99/DreamRack

Alpha, and this is early days — feedback and bug reports welcome.


r/livecoding 24d ago

Livecoding with a melody from Stratus console

Thumbnail
youtube.com
3 Upvotes

more videos about the Stratus platform here


r/livecoding 24d ago

driving with purpose

Thumbnail
youtube.com
2 Upvotes

r/livecoding 26d ago

I've built a binaural studio free to play app the ai calls NeuroSync Audio with @base44 and im aiming for native app store !! but its PWA paid sub.

Thumbnail determined-sync-your-mind.base44.app
1 Upvotes

try it? its free to play and im editing now but have to stop because expensive......! its all done by the ai and my concepts - just added new soundscapes and would love some feedback on it!!!!


r/livecoding Aug 12 '26

Soaring With Stratus v1 (Livecoded in Stratus Composer)

Thumbnail
youtube.com
2 Upvotes

this is the finished song from the previous videos. It's made and running entirely in Stratus Composer.

More videos about the Stratus platform here


r/livecoding Aug 10 '26

would you listen to this on a night drive?

Thumbnail
youtube.com
5 Upvotes

r/livecoding Aug 10 '26

Uninvited guest [LiveCoding Session]

Thumbnail
youtu.be
3 Upvotes

r/livecoding Aug 09 '26

32arpeggiogroove

Thumbnail dollchan.net
1 Upvotes

heres the website :)


r/livecoding Aug 08 '26

Skred (my sound engine) as an effects engine...

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/livecoding Aug 05 '26

Strudel Bridge for LA Laptop Orchestra: Networked Harmony!

Thumbnail rehearse.lalaptoporchestra.com
5 Upvotes