🔗 ⚙️

// s ("insect") by CLD.RĀN

Tracklist
1.// s ("insect")4:22
Credits
released November 28, 2025
.
// s ("insect")

const Rhy1 = sound("hh")
.fast(73)
.gain(0.3)
.crush("<4 4 3>")
.pan("[1 5 0]");

const Rhy2 = s("insect:8*8")
.gain(".1!2 1 .3!2 1 .1 1")
.crush("< 4 4 3>")
.fast(1)
.degradeBy(0.1)
.pan("<0.2 0.8>")
.cut(1);

const Rhy3 = sound("{casio:4 casio/1 casio:5/2 casio:5/3, ~ ~ metal:17*8? [~ casio:5] sine:7*3}")
.crush("< 4 4 3>")
.lpf("<4000 2000 1000 500 200 100>")
.fast("1 <1 2>")
.offset(0.01)
.gain(0.5)
.pan("<0.2 0.8>")
.degradeBy(0.5);

const Rhy4 = n("0 1*2 2 3*2")
.s("hihat")
.crush ("< 4 4 3>")
.clip(0.7)
.gain(0.8);


const Rhy5 = s("bd")
.speed("<-1>")
.crush ("< 4 4 3>")
.pan("<0.2 0.8>")
.gain(0.4);


const Snd1 = sound("sine")
.fast(2)
.offset(0.01)
.gain(2)
.pan("<0.2 0.8>")
.degradeBy(0.3);

const Snd2 = sound("sine(3,8)")
.hurry("<1 1 2 >")
.iter(4)
.gain(2);


// sequences //

const insect1 = stack(
Snd1
);

const insect2 = stack(
Snd1,
Rhy3
);

const insect3 = stack(
Snd1,
Snd2,
Rhy3
);

const insect4 = stack(
Snd1,
Snd2,
Rhy2,
Rhy3,
Rhy1
);

const insect5 = stack(
Snd2,
Rhy1,
Rhy5
);

const insect6 = stack(
Snd1,
Snd2,
Rhy2,
Rhy3,
Rhy4
);

const insect7 = stack(
Snd2
);

// arrangement //

arrange(
[8, insect1],
[8, insect2],
[24, insect3],
[2, insect2],
[24, insect4],
[8, insect5],
[16, insect6],
[8, insect5],
[16, insect6],
[8, insect7]
)
._punchcard()
.color("white yellow orange");
LicenseAll rights reserved.
Tags
Recommendations