{
   "name" : "chorus + filtros",
   "author" : "lambda",
   "ancestor_list" : [],
   "description" : "",
   "labels" : [],
   "is_private" : null,
   "id" : "1-5dB",
   "code" : "// le puse filtros a cuarteto\r\n(\r\nSynthDef(\"cuarteto\", {arg freq=440, release=0.1;\r\n\tvar in, s1,s2, s3, s4, mod,maxfreq, maxdelay, basedelay, maxdepth, out, mod1, depth, mfreq;\r\n\ts1 =  SoundIn.ar(0,mul:2);\r\n\ts2 = PitchShift.ar(s1,pitchRatio:1.1);\r\n\ts2 = DelayL.ar(s2,delaytime:0.01);\r\n\ts3 = PitchShift.ar(s1,pitchRatio:1);\r\n\ts3 = DelayL.ar(s3,delaytime:0.02);\r\n\ts4 = PitchShift.ar(s1,pitchRatio:1);\r\n\ts4 = DelayL.ar(s4,delaytime:0.03);\r\n\r\n\tout = Mix.ar([s1,s2,s3,s4]);\r\n\r\n\t// aki los filtros\r\n\t//out=BPF.ar(out,MouseX.kr(40,10000),MouseY.kr(0,1));\r\n\t//out=LPF.ar(out,MouseX.kr(40,10000),MouseY.kr(0,1));\r\n\t\r\n\t//out=MidEQ.ar(out,MouseX.kr(30,6000),MouseY.kr(0,0.5));\r\n\r\n\r\n\tOut.ar(0,out);\r\n\tOut.ar(1,out);\r\n}).load(s);\r\n)\r\na = Synth(\"cuarteto\");\r\na.free\r\n\r\n\r\nMoogFF.scopeResponse\r\nHPF.scopeResponse\r\nBRF.scopeResponse\r\nMedian.scopeResponse"
}
