Csound Csound-dev Csound-tekno Search About

[Csnd] interp opcode error

Date2014-01-04 10:00
Fromfrancesco
Subject[Csnd] interp opcode error
Hello All,
testing some examples in Cabbage (bassline.csd by McCurdy) i had this error
(tested also in command line):

aAmp	interp	((kAmp*kOn)*((kAcc*0.7)+1)*gkVol)

error: syntax error, unexpected T_OPCODEB  (token "interp") line 372:
>>>	aAmp	interpWARNING: Stopping on parser failure

The interp example from manual is working right.

Ubuntu 12.04 32 bit, Csound version 6.02.0 (double samples) Jan  3 2014.

Some idea?

Thanks,
ciao,
francesco.



--
View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2014-01-04 10:18
FromRory Walsh
SubjectRe: [Csnd] interp opcode error
Could it be a parenthesis problem I wonder?

On 4 January 2014 10:00, francesco  wrote:
> Hello All,
> testing some examples in Cabbage (bassline.csd by McCurdy) i had this error
> (tested also in command line):
>
> aAmp    interp  ((kAmp*kOn)*((kAcc*0.7)+1)*gkVol)
>
> error: syntax error, unexpected T_OPCODEB  (token "interp") line 372:
>>>>     aAmp    interpWARNING:  [mStopping on parser failure
>
> The interp example from manual is working right.
>
> Ubuntu 12.04 32 bit, Csound version 6.02.0 (double samples) Jan  3 2014.
>
> Some idea?
>
> Thanks,
> ciao,
> francesco.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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-01-04 10:35
Fromfrancesco
Subject[Csnd] Re: interp opcode error
Yes, You are right,
this works:
    aAmp	interp	kAmp*kOn*((kAcc*0.7)+1)*gkVol

Thank You,
(i feel a bit schizo ... Rory here and there ... are You the same? :))

ciao,
francesco.




--
View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193p5731195.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-01-04 10:36
FromRory Walsh
SubjectRe: [Csnd] Re: interp opcode error
The one and the only! I'll update the examples in git now. if you come
across any further problems please let me know so that I can update
the examples!

On 4 January 2014 10:35, francesco  wrote:
> Yes, You are right,
> this works:
>     aAmp        interp  kAmp*kOn*((kAcc*0.7)+1)*gkVol
>
> Thank You,
> (i feel a bit schizo ... Rory here and there ... are You the same? :))
>
> ciao,
> francesco.
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193p5731195.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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-01-04 11:24
Fromfrancesco
Subject[Csnd] Re: interp opcode error
> The one and the only!

Naa, i don't believe You! I'm sure You have at least two twins with same
names, 
the guitar player, the cabbage programmer and the community helper.
Please don't lie to me:)

Seriously, i will let You know about examples and other.

Ciao,
francesco.



--
View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193p5731197.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-01-04 11:25
FromRory Walsh
SubjectRe: [Csnd] Re: interp opcode error
I have one twin, this is true, but thankfully we were given different
names at birth :)

On 4 January 2014 11:24, francesco  wrote:
>> The one and the only!
>
> Naa, i don't believe You! I'm sure You have at least two twins with same
> names,
> the guitar player, the cabbage programmer and the community helper.
> Please don't lie to me:)
>
> Seriously, i will let You know about examples and other.
>
> Ciao,
> francesco.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/interp-opcode-error-tp5731193p5731197.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>