create/update '20251113.md' file
This commit is contained in:
parent
38d7433e65
commit
f1b4dc9f34
77
strudel/20251113.md
Normal file
77
strudel/20251113.md
Normal file
@ -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()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user