Csound Csound-dev Csound-tekno Search About

Re: [Csnd] parser error: Unexpected untyped

Date2014-02-06 05:19
From"Partev Barr Sarkissian"
SubjectRe: [Csnd] parser error: Unexpected untyped
The "gaussTrig" used before defined? Ouputted before
declaring what it is?


-pbs



--- peimankhosravi@gmail.com wrote:

From: peiman khosravi 
To: "csound@lists.bath.ac.uk" 
Subject: [Csnd] parser error: Unexpected untyped
Date: Wed, 5 Feb 2014 23:23:56 +0000

Hello,
Running the csd below on he latest OSX release I get this error:

error: syntax error, unexpected T_IDENT  (token "gaussTrig") line 17:

>>>aout gaussTrig <<<

Unexpected untyped word aout when expecting a variable

Parsing failed due to invalid input!

WARNING: Stopping on parser failure


-odac -d
;-o test.aif -d -A -3

; ==============================================

sr = 96000
ksmps = 10
nchnls = 1
0dbfs = 1
instr 1
kpitchenv expon 10000, p3, 1
aout gaussTrig .2, kpitchenv, .1
aampenv expon 1, p3, .0001
out aout*aampenv
endin

; ==============================================

i1 0 2



www.peimankhosravi.co.uk || RSS Feed || Concert News




_____________________________________________________________
Netscape.  Just the Net You Need.

Date2014-02-06 08:04
FromRory Walsh
SubjectRe: [Csnd] parser error: Unexpected untyped
If you run "csound -z" it will show all the valid opcodes. When I do
it it shows that gausstrig is lower case all the way :)

On 6 February 2014 05:19, Partev Barr Sarkissian
 wrote:
>
> The "gaussTrig" used before defined? Ouputted before
> declaring what it is?
>
>
> -pbs
>
>
>
> --- peimankhosravi@gmail.com wrote:
>
> From: peiman khosravi 
> To: "csound@lists.bath.ac.uk" 
> Subject: [Csnd] parser error: Unexpected untyped
> Date: Wed, 5 Feb 2014 23:23:56 +0000
>
> Hello,
> Running the csd below on he latest OSX release I get this error:
>
> error: syntax error, unexpected T_IDENT  (token "gaussTrig") line 17:
>
>>>>aout gaussTrig <<<
>
> Unexpected untyped word aout when expecting a variable
>
> Parsing failed due to invalid input!
>
> WARNING: Stopping on parser failure
> 
> 
> -odac -d
> ;-o test.aif -d -A -3
> 
> ; ==============================================
> 
> sr = 96000
> ksmps = 10
> nchnls = 1
> 0dbfs = 1
> instr 1
> kpitchenv expon 10000, p3, 1
> aout gaussTrig .2, kpitchenv, .1
> aampenv expon 1, p3, .0001
> out aout*aampenv
> endin
> 
> ; ==============================================
> 
> i1 0 2
> 
> 
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
>
>
> _____________________________________________________________
> Netscape.  Just the Net You Need.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2014-02-06 08:26
Frompeiman khosravi
SubjectRe: [Csnd] parser error: Unexpected untyped
Ahh!!! How stupid!

Thanks. 

P



On 6 February 2014 08:04, Rory Walsh <rorywalsh@ear.ie> wrote:
If you run "csound -z" it will show all the valid opcodes. When I do
it it shows that gausstrig is lower case all the way :)

On 6 February 2014 05:19, Partev Barr Sarkissian
<encino_man@netscape.com> wrote:
>
> The "gaussTrig" used before defined? Ouputted before
> declaring what it is?
>
>
> -pbs
>
>
>
> --- peimankhosravi@gmail.com wrote:
>
> From: peiman khosravi <peimankhosravi@gmail.com>
> To: "csound@lists.bath.ac.uk" <csound@lists.bath.ac.uk>
> Subject: [Csnd] parser error: Unexpected untyped
> Date: Wed, 5 Feb 2014 23:23:56 +0000
>
> Hello,
> Running the csd below on he latest OSX release I get this error:
>
> error: syntax error, unexpected T_IDENT  (token "gaussTrig") line 17:
>
>>>>aout gaussTrig <<<
>
> Unexpected untyped word aout when expecting a variable
>
> Parsing failed due to invalid input!
>
> WARNING: Stopping on parser failure
> <CsoundSynthesizer>
> <CsOptions>
> -odac -d
> ;-o test.aif -d -A -3
> </CsOptions>
> ; ==============================================
> <CsInstruments>
> sr = 96000
> ksmps = 10
> nchnls = 1
> 0dbfs = 1
> instr 1
> kpitchenv expon 10000, p3, 1
> aout gaussTrig .2, kpitchenv, .1
> aampenv expon 1, p3, .0001
> out aout*aampenv
> endin
> </CsInstruments>
> ; ==============================================
> <CsScore>
> i1 0 2
> </CsScore>
> </CsoundSynthesizer>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
>
>
> _____________________________________________________________
> Netscape.  Just the Net You Need.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"