- Add it up! by codepool (codepool) @ Code
- Non-Linear Mess#2 by tiagmoraismorgado (tiagmoraismorgado) @ Non-Linear Mess#2 by tiagmoraismorgado (tiagmoraismorgado)
-
sync looper by ovo (ovo)
@ sync looper by ovo (ovo)
... synchronized loop /* _______SYNC_LOOPER__________ */ ( s.waitForBoot{ SynthDef(\syncPhs, {|sync=8 ... son*amp); }).send(s); ~loop = (); ~gLoop = Group.new(s); s.sync; ~gLoopPlay = ... ~loop.put(\buffer, Buffer.alloc(s, s.sampleRate * 60, 1)); // ...
-
In-between, longing by jpdrecourt (jpdrecourt)
@ Code
... s.reboot; s.waitForBoot { Buffer.freeAll(s); Pdef.clear; s ... .freeAll; q.clear; s.sync ... \Reset).asSymbol].(); nil }); }; s.sync; //////////////////////////////////////////////////////////// // MasterChain effects ...
- SpacePan - A Spatial Audio Environment by audioholic (audioholic) @ Code
-
Vocal Clouds (work in progress) by emergent (emergent)
@ Code
... ( // configure server s = Server.local; s.options.sampleRate_(44100); s.options.memSize_(65536 ... .add(~makeBuffers); ServerQuit.add(~cleanup); s.waitForBoot({ s.sync; SynthDef.new(\voxgrains ...
- OSC etude #1 by emergent (emergent) @ Code
- SCTweets - 140 Character - swiki repost by zecraum (zecraum) @ Code
- Operator-synth_Isomorphic-version by marty-carlton (Marty Carlton) @ Code
-
Convolution reverb and impulse responses by zecraum (zecraum)
@ Code
... .buffer = Buffer.alloc(s, s.sampleRate * a.bufferTime, 1); s.sync; // write into ... postln; }.fork; }); ) ////////////////////////////////////////////////////// // prepare irspectrum buffer ( { s.sync; a.bufsize = PartConv.calcBufSize ...