«Thanks Bob» by anonymous

on 13 Aug'22 02:19 in meditate ocean monroe

Meditate to a deviation of Focus10 from the Monroe Institute + Ocean Waves.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(
~bob = {
	var focus10 = [
		[SinOsc.ar(100, 0, 0.1), SinOsc.ar(101, 0, 0.1)],
		[SinOsc.ar(100.5, 0, 0.1), SinOsc.ar(103, 0, 0.1)]
	];
    var noise = { WhiteNoise.ar(0.04 + LFNoise1.kr(0.3, 0.8)) };
    var motion = { LFNoise1.kr(0.2).exprange(100, 1000) };
    var hps = { HPF.ar(noise.value, 102 ) };
    var wave = { LPF.ar(hps.value, motion.value).tanh };
    var sig = wave!10;
    sig = Splay.ar(sig, 0.6).tanh;
    sig = sig * Line.kr(0, 1, 10); // fade in
	focus10 = focus10 * Line.kr(0, 1, 10); // fade in
	LeakDC.ar([focus10, sig]);
}.play;
)
raw 571 chars (focus & ctrl+a+c to copy)
reception
comments