You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
694 B
Plaintext
20 lines
694 B
Plaintext
// Wind
|
|
|
|
{LPF.ar(Latoocarfian2DC.ar(SampleRate.ir/4, 1000, 20, 0.01, 0.4, 0.4, 1, 1), 800)!2}.play;
|
|
|
|
// Phone
|
|
|
|
{LPF.ar(Latoocarfian2DC.ar(SampleRate.ir/4, 8, 1, 4 + Line.kr(0.0, 0.01), 0.4, 0.4, 1, 1), 200)!2}.play;
|
|
|
|
// Currents
|
|
|
|
{LPF.ar(Latoocarfian2DC.ar(SampleRate.ir/4, 0.1, 1, 1, 0.1, 8, 10, 0.1), 200 + SinOsc.ar(20.0))!2}.play;
|
|
|
|
// Falling Down Stairs (repeat x3)
|
|
|
|
{Out.ar(0,0.5*DoubleNestedAllpassN.ar(SpruceBudworm.ar(Impulse.kr(20), rate: 0.1, k1:27.9))!2)}.play
|
|
|
|
// Jesus Christ this sound made it feel like I was dying for a phenomenological eternity
|
|
|
|
{Out.ar(0,0.5*DoubleNestedAllpassN.ar(SpruceBudworm.ar(Impulse.kr(40), rate: 0.1, k1:27.9, k2:1.5, alpha:6), 0.0047, 0.01))}.play
|