Electronic Music mailing list archives

Previous Message: Re: Flash + scsynth
Next Message: Re: Building Sclang Executable on OS X (leopard or

From: Stefan Nussbaumer ()
Date: May 16, 2008
Subject: Re: Pfx not working?
lefty schrieb:
> hi, im trying to use Pfx to add individual 
> effects to differnt pdefs, but its
> seems not working, the fx takes over 
> the complete audiostream of other synths,too.
> any explanation why it doesnt work would be very helpful.
> thx
>   

Pbus might your friend.

stefan
>
> Pdef(\i1, Pbind( 
>  
>         \dur, Prand([1/3, 2/3, 4/3, 2/3 , 1/3, 1/3, 1/3, 3]*0.5, inf),
> 	\amp,1.4,
>         \octave, 0,
> 	\scale, #[0,2,3,5,7] , \degree, x, 
>
> 	\instrument,\bass
>
> )); 
>
> ~bsgroup = Pgroup(i1);
> Pdef(\i, Pbus(Pfx(Pdef(~bsgroup), \distort));
>
>
> SynthDef(\distort, { arg out=0, pregain=40, amp=0.2, gate=1; 
> var env; 
> env = Linen.kr(gate, 0.05, 1, 0.1, 2); 
> XOut.ar(out, env, (In.ar(out, 2) * pregain).distort * amp); 
> }, [\ir, 0.1, 0.1, 0]).store;
>
> _______________________________________________
> sc-users mailing list [EMAIL REMOVED] > http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
>   


-- 
=+=+=+=+=+=+=+=+=+=+=+=+=
Stefan Nussbaumer
Johnstrasse 18/2a
A-1150 Vienna
Austria
-------------------------
T:     +43 (0)1 956 20 35
M: +43 (0)699 11 33 41 79

_______________________________________________
sc-users mailing list [EMAIL REMOVED] http://lists.create.ucsb.edu/mailman/listinfo/sc-users

+ Pfx not working? lefty (05/16/08)
+---Re: Pfx not working? Stefan Nussbaumer (05/16/08)
+---Re: Pfx not working? James Harkins (05/16/08)
+---Re: Pfx not working? lefty (05/16/08)
+---Re: Pfx not working? lefty (05/16/08)

Previous Message: Re: Flash + scsynth
Next Message: Re: Building Sclang Executable on OS X (leopard or