[sc-users] 30 synths clipping
Daniel Grigsby
dangrigsby at gmail.com
Fri Jun 22 15:49:56 PDT 2007
Hey Sam :) We met at NIME. Your cd's great BTW.
But, about my synths... they all have an amplitude of 0.1 which should
be low enough. I'm pretty sure there's a way to mix them all down
properly.....
On 6/22/07, Sam Pluta <spluta at gmail.com> wrote:
>
> The synths are most likely just too loud. Make one of you arguments be
> "volume" and pass a smaller volume to each synth. Right now the volume is
> probably 1 for each synth, which will be way to loud.
>
>
> Sam
>
> On Jun 22, 2007, at 12:41 PM, Daniel Grigsby wrote:
>
> Hi :)
> I'm creating 30 synths like this:
>
> (
> y = Array.series(30, 100, 100);
> 30.do{ |it| it.postln; z.[it] = Synth("sine", [\freq, y[it], \out, 0]) }
> )
>
> so, obviously out 0 is clipping. I've tried various ways of putting a
> "Mix" in there to properly mix the 30 synth signals, but to no avail.
> Can anyone help me on this? I'm sure it's quite obvious to some of you
> :)
>
> Thanks!
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
>
More information about the sc-users
mailing list