Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Guitar In The Desert
name
code content
(//*********PREPARE********** p.pop; //Any code that needs to access your own environment goes here p = ProxySpace.push(s); ~fxLoop.play.fadeTime_(5); ) (//*********FXLoop********** ~fxLoop = { var in = SoundIn.ar([0,1]); // in = in + (in * SinOsc.ar(LFTri.ar([0.1, 0.09]).range(215, 321))); in = in + CombC.ar(in, 2, SinOsc.ar(0.015).range(0.5, 1) * [0.13, 0.17], 7); in = in + CombC.ar(in, 2, SinOsc.ar(0.01).range(0.5, 1) * [0.1, 0.15], 7); in = in + CombC.ar(in, 2, [1.5, 1.0], 7); in = in + GVerb.ar(in, 10); in = in / 3; in; } )
code description
Audio Sample: https://soundcloud.com/schemawound/supercollider-guitar-fx-test
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change