comiit 20260321
This commit is contained in:
30
strudel/20260314.md
Executable file
30
strudel/20260314.md
Executable file
@@ -0,0 +1,30 @@
|
||||
```javascript
|
||||
await initHydra({feedStrudel:1})
|
||||
|
||||
src(s0)
|
||||
.repeat(0.5, 0.5)
|
||||
.modulateRepeat(osc(10,0.05,() => H.fft[0]* 10))
|
||||
.out()
|
||||
setcps(120/60/4)
|
||||
|
||||
$: s("sine").att(.05).dec(perlin.range(.15,.55).slow(8)).fm(1).fmh(2)
|
||||
.layer(
|
||||
x=>x.n(irand(3).sometimesBy(.55,add(1))).scale("C5:minor:pentatonic").seg(4)
|
||||
.pan(sine.range(.2, .8).slow(4)).jux(rev),
|
||||
x=>x.n(irand(4).sometimesBy(.5,add(1))).sometimesBy(.4,late(.1)).scale("C4:dorian").seg(3)
|
||||
.pan(.7).jux(fast(2)),
|
||||
x=>x.n(irand(5)).sometimesBy(.35,late(.2)).scale("C3:phrygian").seg(2),
|
||||
).degradeBy(.1).lpf(sine.range(100,1200).slow(16)).fast(.5)
|
||||
.delay(.7).room(.5).roomsize(2)
|
||||
.gain(sine.range(.1,.3).slow("<6 12>")) .orbit(1)
|
||||
|
||||
$_: s("supersaw").dec(.15)
|
||||
.layer(
|
||||
x=>x.n("0 [0|4]").scale("C1:minor").seg(4),
|
||||
x=>x.n("<2 3 6 4>").scale("C2:minor").seg(6).sometimesBy(.4, rev),
|
||||
x=>x.n("0 2 4 6 7 9").scramble(4).scale("C3:minor").seg(7),
|
||||
)
|
||||
.ftype(1).lpf(sine.range(100, 600).slow(12)) .lpq(perlin.range(5, 20).slow(4))
|
||||
.delay(.2).delayt(.2).delayfb(.3)
|
||||
.gain(sine.range(.7, .2).slow(12)).orbit(2).scope({scale:.75,pos:.5})
|
||||
```
|
||||
Reference in New Issue
Block a user