diff --git a/strudel/20250720.md b/strudel/20250720.md new file mode 100644 index 0000000..4b549ae --- /dev/null +++ b/strudel/20250720.md @@ -0,0 +1,22 @@ +```javascript +setcps(60/60/2) + +$:sound("hh:4*8".degrade()).delay(1/8).delayfeedback(0.1).pan("0.1|0.9").gain(0.7) +$:note("[c2,[e2|-]] [d3|c3] [e3|f2] [g2|e3]" + .off(1/32,x=>x.add(0,[0.1|-0.1],[0.2|-0.2]))) + .clip(3).slow(17) + .s("sin").fm(2).fmh(2) + .attack(2) + .penv(8) + .vib(0.1) + .lpf(perlin.range(900,1200).fast(3)) + .lpq(sine.range(0,20).slow(2)) + .lpa(2) + .lpenv(2) + .gain(0.1).phaser(8).room(0.2).scope({scale:2,pos:0.5}).orbit(2) +$_:note("c1@<3 2> c3@<2 3> c2@[2|3]").clip(4).s("[saw|tri|sqr|sin]").fast(7) + .lpf(perlin.range(800,1000).fast(3)) + .lpq(perlin.range(0,25).fast(2)).gain(0.2) +$_:s("white".slow("[0.5|2|3|5]")).decay(3.3).gain(0.3) +$:sound("- bd").gain(0.5) +``` \ No newline at end of file