save file '20250706.md'
This commit is contained in:
parent
9f46da48fe
commit
4bf47ac9ad
28
strudel/20250706.md
Normal file
28
strudel/20250706.md
Normal file
@ -0,0 +1,28 @@
|
||||
```javascript
|
||||
setcps(136/60/2) //cycles per minute
|
||||
|
||||
const bk = "tr606"
|
||||
all(x=>x._scope({scale:1}))
|
||||
$_:sound("bd").struct("1 0 1 0").fast(1).bank(bk)
|
||||
.rarely(x=>x.gain(1.4))
|
||||
$_:sound("hh").struct("1 1 1 1").fast(1).bank(bk)
|
||||
.decay(0.2)
|
||||
$:note("c2").sound("gm_synth_bass_2").fast(4)
|
||||
// .decay("<1 0.4 0.6 1>".slow(8))
|
||||
// .lpf(perlin.range(300,1200).slow(2.5)).lpq("<0 5 15 10 0>".slow(8))
|
||||
// .rarely(x=>x.gain("0.8|1.2"))
|
||||
// .transpose("<0 1 0 0>".slow(4))
|
||||
$_:sound("oh").struct("0 0 0 1").decay(0.2).bank(bk).hpf(1800)
|
||||
$_:sound("bytebeat").struct("0 1 0 1").room(0.6)
|
||||
.fast(1)
|
||||
// .fast(perlin.range(1,2))
|
||||
.delay(0.7)
|
||||
$_:n(0).chord("<G G>").voicing().sound("sqr").fast(4)
|
||||
.room(0.5)
|
||||
.gain(perlin.range(0.3,0.6).slow(4))
|
||||
// .transpose("<0 0 0 0 -1 0>".slow(2))
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user