r/livecoding

First livecoding experience

Been thinkering for the past 3-5 hour-ish on a weekend. It's so fun! i still trying to read the docs n vibecode it bit by bit and realise there's lot of redundant stuff that have could be simplified from the coding aspect. To all enjoyer, share a few tips n trick please for us newbie? much appreciated :3

u/Daskarama — 2 days ago

How to play songs in sequence??

I've tried everything to get this to work. I want Part 1 to play, and once it finishes, Part 2 should start. Instead, it keeps merging the patterns.

I've tried stack, slowcat, and cat, but none of them seem to work.

What I want is for each part to play independently in sequence:

Part 1 → Part 2 → Part 3

Right now, it first plays [69@1.5 68@1.5]*2.5, then Part 2, then Part 3, and finally [64 69 <62>@2]. I don't want that—I want each part to finish completely before the next one starts, with no pattern merging.

setcpm(30)
let part1 = note("<[69@1.5 68@1.5]*2.5 [64 69 <62>@2]>").sound("piano")
let part2 = note("[60 62 64 65]").sound("piano")
let part3 = note("[67 69 71 72]").sound("piano")

const tetris = part1

cat(
  part1,
  part2,
  part2
)
reddit.com
u/Consistent_Eagle254 — 3 days ago
▲ 1 r/livecoding+1 crossposts

Dhl Intern Sales Analytics Intern Interview Query?

I heard about a live coding round at DHL for this above position at Bonn. Does it include both SQL and Python. And any insights on how to practice and what kinds of questions to prepare for the live coding?

reddit.com
u/WildAdvertising8219 — 6 days ago
▲ 20 r/livecoding+1 crossposts

Scarface theme: Giorgio Moroder

scarface intro theme remake in strudel using stock sounds

u/sir_cartier- — 10 days ago