Csound Csound-dev Csound-tekno Search About

[Csnd] symbols

Date2010-01-17 14:27
Frommenno
Subject[Csnd] symbols
I am looking for a simple list where i can see what the symbols in
expressions like || and ? mean:
if 		ir == 0 || p6 == p5 kgoto slur
ipch 	= (ipch < 15 ? cpspch(ipch) : ipch)
and the like.

Any recommendations  are welcome.

Menno


Date2010-01-17 17:06
Fromjoachim heintz
Subject[Csnd] Re: symbols
Hi Menno -

|| is in the alphabetical list of the opcodes in the manual:
http://www.csounds.com/manual/html/opor.html

? is explained in Instrument Invocation -> Conditional Values:
http://www.csounds.com/manual/html/ControlConditional.html
(you can go for instance to == and see the explanation under  
"Performance")

Hope this helps -

	joachim


Am 17.01.2010 um 15:27 schrieb menno:

>
> I am looking for a simple list where i can see what the symbols in
> expressions like || and ? mean:
> if 		ir == 0 || p6 == p5 kgoto slur
> ipch 	= (ipch < 15 ? cpspch(ipch) : ipch)
> and the like.
>
> Any recommendations  are welcome.
>
> Menno
>
>
>
> -- 
> View this message in context: http://old.nabble.com/symbols-tp27199243p27199243.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-17 18:06
Frommenno
Subject[Csnd] Re: symbols
yes joachim, just another oops from my side :)
but i guess thats the way i struggle through the Csound world (and i loving
it).
thanks for pointing me out!

bye,
Menno