Csound Csound-dev Csound-tekno Search About

[Csnd] t[] vectors in 5.14

Date2011-10-14 04:00
FromJim Aikin
Subject[Csnd] t[] vectors in 5.14
According to the release notes, unless I'm misunderstanding something (always
a distinct possibility), this ought to work:

instr 1
t1 init 10
t1[3] = 4
; rest of instrument code goes here...
endin

But it doesn't work, neither in MacOS nor in Windows. In both distributions
(binary, not source), I get "error: output arg 't1' illegal type, line 43",
and so on.

Just for kicks, while testing this on the Mac I skipped CsoundQt and ran the
.csd from the Terminal. I get the same error.

I have verified that I'm running 5.14 in both systems.

User error? Wassup?

--Jim Aikin


--
View this message in context: http://csound.1045644.n5.nabble.com/t-vectors-in-5-14-tp4901273p4901273.html
Sent from the Csound - General mailing list archive at Nabble.com.


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"

Date2011-10-14 06:15
FromVictor Lazzarini
SubjectRe: [Csnd] t[] vectors in 5.14
you need the option --new-parser. Then it should work.

Victor
On 14 Oct 2011, at 04:00, Jim Aikin wrote:

> According to the release notes, unless I'm misunderstanding  
> something (always
> a distinct possibility), this ought to work:
>
> instr 1
> t1 init 10
> t1[3] = 4
> ; rest of instrument code goes here...
> endin
>
> But it doesn't work, neither in MacOS nor in Windows. In both  
> distributions
> (binary, not source), I get "error: output arg 't1' illegal type,  
> line 43",
> and so on.
>
> Just for kicks, while testing this on the Mac I skipped CsoundQt and  
> ran the
> .csd from the Terminal. I get the same error.
>
> I have verified that I'm running 5.14 in both systems.
>
> User error? Wassup?
>
> --Jim Aikin
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/t-vectors-in-5-14-tp4901273p4901273.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





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"

Date2011-10-15 05:36
FromJim Aikin
Subject[Csnd] Re: t[] vectors in 5.14
Thanks, Victor. I should have thought of that. At present the manual for 5.14
doesn't mention it. Hopefully that will soon be rectified.

--JA

--
View this message in context: http://csound.1045644.n5.nabble.com/t-vectors-in-5-14-tp4901273p4904539.html
Sent from the Csound - General mailing list archive at Nabble.com.


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"