Csound Csound-dev Csound-tekno Search About

Re: [Csnd] a newbie channel question

Date2012-10-12 15:44
FromRaoul
SubjectRe: [Csnd] a newbie channel question
On Fri, 12 Oct 2012 14:22:47 +0100 Steven Yi  wrote:

oh! lightfull! Steven.
Hope this may help another newbie!!!

perhaps a little addition on the floss manual would be helpful?

something like:

assigning one instrument to left channel
and another to the right channel...

Many thanks.






sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
;0dbfs = 1

instr 1
aL oscils p4, p5, p6
aR = 0
outs aL,aR
endin

instr 2
aL = 0
aR oscils p4, p5, p6
outs aL,aR


endin




i 1 0 1.9 10000 440 0
i 2 2 1.8 10000 617 0
i 1 4 4 10000 440 0
i 2 4 4 10000 617 0
e




Date2012-10-12 15:48
FromSteven Yi
SubjectRe: [Csnd] a newbie channel question
Glad this has been helpful and good luck with your learning!

steven

On Fri, Oct 12, 2012 at 3:44 PM, Raoul  wrote:
>
> On Fri, 12 Oct 2012 14:22:47 +0100 Steven Yi  wrote:
>
> oh! lightfull! Steven.
> Hope this may help another newbie!!!
>
> perhaps a little addition on the floss manual would be helpful?
>
> something like:
>
> assigning one instrument to left channel
> and another to the right channel...
>
> Many thanks.
>
> 
>
> 
>
>
> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 2
> ;0dbfs = 1
>
> instr 1
> aL oscils p4, p5, p6
> aR = 0
> outs aL,aR
> endin
>
> instr 2
> aL = 0
> aR oscils p4, p5, p6
> outs aL,aR
>
>
> endin
>
> 
>
> 
> i 1 0 1.9 10000 440 0
> i 2 2 1.8 10000 617 0
> i 1 4 4 10000 440 0
> i 2 4 4 10000 617 0
> e
> 
>
> 
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-10-13 21:36
Fromjoachim heintz
SubjectRe: [Csnd] a newbie channel question
hi raoul -
which chapter / place in the floss manual do you mean exactly?
thanks -
	joachim


Am 12.10.2012 16:44, schrieb Raoul:
> On Fri, 12 Oct 2012 14:22:47 +0100 Steven Yi  wrote:
>
> oh! lightfull! Steven.
> Hope this may help another newbie!!!
>
> perhaps a little addition on the floss manual would be helpful?
>
> something like:
>
> assigning one instrument to left channel
> and another to the right channel...
>
> Many thanks.
>
> 
>
> 
>
>
> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 2
> ;0dbfs = 1
>
> instr 1
> aL oscils p4, p5, p6
> aR = 0
> outs aL,aR
> endin
>
> instr 2
> aL = 0
> aR oscils p4, p5, p6
> outs aL,aR
>
>
> endin
>
> 
>
> 
> i 1 0 1.9 10000 440 0
> i 2 2 1.8 10000 617 0
> i 1 4 4 10000 440 0
> i 2 4 4 10000 617 0
> e
> 
>
> 
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>