-
PV_NoiseSynthP
@ PV_NoiseSynthP
... , out.dup);Ã }).load(s); s.boot;Ã // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \partialsynth, z = s.nextNodeID, 0, 1 ... , out.dup);Ã }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ...
-
PV_OddBin
@ Plugin
... split apart }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \evenbin, z = s.nextNodeID, 0, 1 ... ); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0); s.sendMsg(\b_free ...
-
SinGrainI
@ SinGrainI
... is all envbuf2 Examples: s.boot; SynthDef(\sin_grain_test, ... doneAction: 2) ) ) }).load(s); y = Env([0, 1, 0 ... 10]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1 ... 1024] ++ y) s.sendMsg(\b_alloc, c = s.bufferAllocator.alloc(1), ...
-
Breaking Glass by 38nonprivate (38nonprivate)
@ Breaking Glass by 38nonprivate (38nonprivate)
... is the new version! ( s = Server.default; s.boot; ) ( SynthDef(\bglass, ... now the previous attempt ( s = Server.default; s.boot; ) ( SynthDef(\bglass, ... Out.ar(audioOutBus, output); }).send(s); ) x = Synth(\bglass, [\ ...
-
sctweets by redFrik by fredrik-olofsson (Fredrik Olofsson)
@ sctweets by redFrik by fredrik-olofsson (Fredrik Olofsson)
... .05.linrand),1200.rand)}.play(s,0,9);wait(9);x ... )++[0]}.flat,inf),2)!2},s,0,0)// #SuperCollider talks serial ... ])/99),999,0.1,5)};s.scope(2).style=2// #SuperCollider ... =InFeedback.ar,b=Buffer.alloc(s,9e4));HPF.ar(a.ar ... ;VOsc3.ar({|i|Buffer.alloc(s,1024).sine1(i+c=(3 ...
- SC Tweets collection by andre (andre) @ SC Tweets collection by andre (andre)
-
Dawn and Mist by alessandrovalentino (sandrovale)
@ Code
... headphones to avoid feedback. s.boot; s.options.memSize=128*1024; //Define ... =Bus.control(s); ~c3=Bus.control(s); ~buff=Buffer.alloc(s, s.sampleRate * 30 ... .1)); } ).add; SynthDef(\mic,{var s; s=70*SoundIn.ar(0); Out ...
-
Unloop Antidote [Disquiet0048-libertederive] by schemawound (Schemawound)
@ Unloop Antidote [Disquiet0048-libertederive] by schemawound (Schemawound)
... 15000); ~buffers.steamlet2 = Buffer.read(s, ~etude, 105000, 15000); ~buffers. ... steamSynth = Buffer.read(s, ~unloop, 105000, 300000); ~buffers. ... 6000); ~buffers.lowPluck = Buffer.read(s, ~four54, 1222000, 1400); //SynthDef ...
- BEASTS(Homunculus-Basilisk) by schemawound (Schemawound) @ BEASTS(Homunculus-Basilisk) by schemawound (Schemawound)
- CloudGenMiniBuf by bateslewis (bateslewis) @ Code