- FINAL SCRATCH2 by bbates (bbates) @ FINAL SCRATCH2 by bbates (bbates)
- In Love - MUSC 115 Final by ldavidson (ldavidson) @ Code
- Basic Ableton Push control with Modality by lfsaw (LFSaw) @ Code
- granular AM synthesis by 56228375 (56228375) @ Code
-
Ambience Maker by lfsaw (LFSaw)
@ Code
... ! Easily expandable! A breeze! s.boot; ( Ndef(\ambienceMaker).addSpec(\ ... (\ambienceMaker).addSpec(\dustDensity, [1, s.sampleRate/2, \exp]); Ndef(\ambienceMaker ... (\ambienceMaker).addSpec(\dropDensity, [1, s.sampleRate/2, \exp]); Ndef(\ambienceMaker ...
-
heavy breathing by 56228375 (56228375)
@ Code
... . Note: needs supercollider 3.9dev. ( //s.options.memSize_(64000); TempoClock.tempo_ ... (1.0); s.waitForBoot({ SynthDef(\breathe_in, { | out = 0 ... *(f1+f2+f3)!2); }).add; s.sync; fork { 50.do({ var ...
-
I need you by 56228375 (56228375)
@ I need you by 56228375 (56228375)
... generated and executed. ( s.waitForBoot({ var squiggleBus; squiggleBus ... = Bus.control(s, 6); SynthDef(\generateINeedYouSquiggle, { | ... ar(out, sig); }).add; s.sync; x = Synth(\generateINeedYouSquiggle, ...
- Squiggle squiggle by 56228375 (56228375) @ Code
-
neural sirens by clarkenciel (clarkenciel)
@ Code
... (lineGroup); var freqBus = Bus.control(s, 2).set(initialFreq); var ampBus ... = Bus.control(s, 2).set(initialAmp); var qBus ... = Bus.control(s, 2).set(initialQ); var noise ...
- Quneo Additive synth with modulation and filters. by blueprint (blueprint) @ Quneo Additive synth with modulation and filters. by blueprint (blueprint)