[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Bus questions
i'm mildly confused about the output busses as well.
in the default setup it seems that bus 0 is stereo
e.g.
output = PLayBuf.ar(2, ...
Out.ar(0, output)
sends a stereo sample to the left and right output channels, no problem.
but:
output = SinOsc.ar(440);
pan = SinOsc.ar(0.5, 0, 0.5, 0.5);
Out.ar(0, pan * output);
Out.ar(1, (1-pan)*output);
also sends to the left and right output channels.
should this be happening?
thanks
e
.... .......
...:.......:.... .......
www.calarts.edu/~ebuchla
...:.......:.... .......
On Fri, 26 Dec 2003, travis wrote:
> I'm trying to put different effects on about six different sounds (drum
> sounds, sorry) , so I thought, simple, I'll just put each Synth on a
> different bus, put effect after it on same bus, and then have an In.ar
> Synth that reads all those busses and puts them on 0 (and 1?) , but it
> seems it doesn't work this way. Stereo sounds take up two busses? Is
> there a different way to do this?
>
> xo,
> travis
>
> _______________________________________________
> sc-users mailing list
> sc-users@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>