-
Movie without images by 56228375 (56228375)
@ Movie without images by 56228375 (56228375)
... sorts. ( s.options.memSize_(650000); s.waitForBoot({ var perc1 ... ; }); Ndef(\slowchimes, { var s, z, y; // 10 voices ... 0.rand, 0.003)}) ); s = s + Mix.ar(Array.fill( ... +out2+pauseout).wait; } }); s.sync; Ndef(\animals).fadeTime = 2 ...
-
Re: DWG sitar model by 56228375 (56228375)
@ Re: DWG sitar model by 56228375 (56228375)
... model itself needs fixing. */ ( s.waitForBoot({ // Single string of a ... per chikari ~pluckBus = Bus.audio(s, ~numChikari); // Summed output of ... (sympathetic strings) ~tarafdarBus = Bus.audio(s, 1); ~pluckGroup = Group(); ~chikariGroup = ...
-
Lamento by 56228375 (56228375)
@ Lamento by 56228375 (56228375)
... menu) ( s.options.memSize_(16384); s.reboot; ) ( s.waitForBoot({ var parser ... 1.0); var modspeed = 1/s; //var modspeed = 10; ... 10k*LFNoise2.ar(freq:4/s); // wobble sound (works ... env*(amp*snd).tanh)); }).add; s.sync; p = Pbind( \ ...
- A Multichannel Convolution Reverb by pyoungryangko (prko) @ Code
- "Home" - MUSC 115 Final by tsonker (tsonker) @ Code
- Demo of Model-View-Controller design by 0-cM (jamshark70) @ Code
- Micro-Rythms and micro-melodies with granular synthesis. by jeromelapuyadelahorgue (jerome.lapuyade.lahorgue) @ Code
- Walsh-Hadamart transformations in supercollider by 56228375 (56228375) @ Code
-
Wavetable Synthesis Patterns by elifieldsteel (eli.fieldsteel)
@ Wavetable Synthesis Patterns by elifieldsteel (eli.fieldsteel)
... ; ServerTree.remove(~add_reverb); //initialization s = Server.local; t = ... permanent_(true); s.newBusAllocators; ~rbus = Bus.audio(s,2); s.waitForBoot({ ... rbus])}; ServerTree.add(~add_reverb); s.freeAll; s.sync; //background pad using ...
-
crude ringbuffer recording by lfsaw (LFSaw)
@ crude ringbuffer recording by lfsaw (LFSaw)
... buffers with record-once control ( s.waitForBoot{ q = q ? (); ... .allocConsecutive(q.ringInputChannels.size, s, q.ringBufLength * s.sampleRate, ); }; ) ( Ndef(\ ... end: BufFrames.kr(buf), resetPos: s.options.blockSize ); rdPhasor = Phasor. ...