[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] pulsedivider error ?



what kind of bad?

on my pb g4 it sounds like the volume on the second example increases and decreases.
sounds to me like it's the result of the very low frequency sine and pulse meeting at a different phase point each time.

this works ok for me (PB G4 10.4.5 w current svn)

SynthDef("help-PulseDivider",{ arg out=0; ///
var p, a, b;
a = 2.2;
p = Impulse.ar(a);
e = SinOsc.ar(400,  0, Decay2.ar(PulseDivider.ar(p, 2), 0.0, 0.65));
Out.ar(out,Pan2.ar((e) * 3))
}).play;

grtz,
tom

On 30 Dec 2006, at 17:22, iUx wrote:

hi,
i have some trouble with the pulsedivider in sc.
does pulsedivider understand unrounded numbers as input ???


sound is good !

SynthDef("help-PulseDivider",{ arg out=0; ///
var p, a, b;
a = 2.0;
p = Impulse.ar(a);
e = SinOsc.ar(60,  0, Decay2.ar(PulseDivider.ar(p, 2), 0.0005, 0.65));
Out.ar(out,Pan2.ar((e) * 1))
}).play;


sound is bad !

SynthDef("help-PulseDivider",{ arg out=0; ///
var p, a, b;
a = 2.2;
p = Impulse.ar(a);
e = SinOsc.ar(60,  0, Decay2.ar(PulseDivider.ar(p, 2), 0.0005, 0.65));
Out.ar(out,Pan2.ar((e) * 1))
}).play;

any suggestions ?
i running an intel macbook with newest svn checkout.
thanks ...
dan
_______________________________________________
sc-users mailing list

tom tlalim

....................
www.tomtlalim.tk
radio.sampleandhold.org
www.myspace.com/intowhite
www.club-mtk.tk
www.tangiercluj.tk
....................