From f1b4dc9f3435368344d313b46d5e84ab0daa7d6e Mon Sep 17 00:00:00 2001 From: littleisland <> Date: Thu, 13 Nov 2025 20:20:45 +0900 Subject: [PATCH] create/update '20251113.md' file --- strudel/20251113.md | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 strudel/20251113.md diff --git a/strudel/20251113.md b/strudel/20251113.md new file mode 100644 index 0000000..bf1bcdf --- /dev/null +++ b/strudel/20251113.md @@ -0,0 +1,77 @@ +```javascript +setcps(30/60/4) + +$:note("<[a3 c4 e4 g4] [a3 cs4 e4 gs4] [f3 a3 c4 e4] [e3 a3 b3 d4] [e3 gs3 b3 d4]>" + .add(0.06,0.08) +// .off(1/16,x=>x.add(0.03)).off(1/8,x=>x.add(0.07)) + ).slow("<4 1 0.25 1>") + .s("sqr|sin|tri|saw") + .someCyclesBy(0.3,x=>x.rev()).penv(2).att(2).rel(1) // .dec(1).sus(1) + .lpf(perlin.range(100,2400).slow(4)).lpenv(2) + .room(1/2).size(3)//.rlp(1500) + .delay(1/4).dt(1/4).dfb(1/4) + .pan(perlin.range(0.2,0.8).slow(5)).orbit(1) + .gain(sine.range(0.5,1.0).slow(7)) +// .scope() + +$:note("<[a3 c4 e4 g4] [a3 cs4 e4 gs4] [f3 a3 c4 e4] [e3 a3 b3 d4] [e3 gs3 b3 d4]>" + .add(0.05,0.09) +// .off(1/16,x=>x.add(0.03)).off(1/8,x=>x.add(0.07)) + ).slow("<1 0.25 1 4>").late(0.5) + .s("sin|saw|sqr|tri").someCyclesBy(0.4,x=>x.rev()).penv(2).att(2).rel(1) // .dec(1).sus(1) + .transpose(12) + .lpf(perlin.range(100,2400).slow(4)).lpenv(2) + .room(1/2).size(3)//.rlp(1500) + .delay(1/4).dt(1/4).dfb(1/4) + .pan(perlin.range(0.2,0.8).slow(5)).orbit(2) + .gain(sine.range(0.5,1.0).slow(7)) +// .scope() +$:note("<[a3 c4 e4 g4] [a3 cs4 e4 gs4] [f3 a3 c4 e4] [e3 a3 b3 d4] [e3 gs3 b3 d4]>" + .add(0.05,0.09) +// .off(1/16,x=>x.add(0.03)).off(1/8,x=>x.add(0.07)) + ).slow("<0.25 1 4 1>").late(1) + .s("tri|sin|saw|sqr").someCyclesBy(0.5,x=>x.rev()).penv(2).att(2).rel(1) // .dec(1).sus(1) + .transpose(-12) + //.someCyclesBy(0.2,x=>x.transpose(12)) + .lpf(perlin.range(100,2400).slow(4)).lpenv(2) + .room(1/2).size(3)//.rlp(1500) + .delay(1/4).dt(1/4).dfb(1/4) + .pan(perlin.range(0.2,0.8).slow(5)).orbit(3) + .gain(sine.range(0.5,1.0).slow(7)) +// .scope() + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` \ No newline at end of file