1.5 KiB
1.5 KiB
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] <d2 c2> [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)
setcps(60/60/2)
const prb = slider(0.9,0.4,0.9,0.1)
$:sound("hh:4*8".degrade()).delay(1/8).delayfeedback(0.1).pan("0.1|0.9").gain(0.6)
$:note("[c2,[e2|-]] <d2 c2> [[g3 e3 c3]|[c2 e2 g2]] [e3|f2] [d2|g2|e3]"
.off(1/32,x=>x.add(0.1,0.2)))
.clip(rand.range(4,5)).slow(7)
.sound("tri|sin|sqr|saw".slow(15))
.sometimesBy(0.1,x=>x.transpose("1|-1"))
.rarely(x=>x.rev())
.fm(sine.range(1,2.3).slow(2))
.fmh(perlin.range(2,3.1))
.penv(2)
.vib(2)
.lpf(sine.range(600,1200).fast(3))
.lpq(perlin.range(0,25).slow(2))
.lpa(2)
.lpenv(1)
.phaser(tri.range(0.5,1).slow(8))
.room(0.8).postgain(sine.range(0.2,0.4).slow(4))
.degradeBy(prb)
.scope({scale:2,pos:0.3}).orbit(2)
$:note("c2").sound("gm_tinkle_bell").gain(0.6).degradeBy(0.95).room(1.3)
$:sound("- bd").gain(0.5).decay(0.2)