Csound Csound-dev Csound-tekno Search About

[Csnd] kvariable question

Date2012-05-25 17:59
Frompeiman khosravi
Subject[Csnd] kvariable question
This must be a hole in my knowledge. Why does this produce an error:

	tabw 2, 2, giChanMask

But not this:

kval = 2
	tabw kval, 2, giChanMask

If this isn't just me being stupid please let me know and I will send
a more detailed report.

Thanks
Peiman

Date2012-05-25 23:02
FromOeyvind Brandtsegg
SubjectRe: [Csnd] kvariable question
I've noted similar things, so it is not you :-)
Is it a parser thing perhaps ?
Oeyvind

2012/5/25 peiman khosravi <peimankhosravi@gmail.com>
This must be a hole in my knowledge. Why does this produce an error:

       tabw 2, 2, giChanMask

But not this:

kval = 2
       tabw kval, 2, giChanMaskbein stupid

If this isn't just me being stupid please let me know and I will send
a more detailed report.

Thanks
Peiman


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"




--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp

Date2012-05-26 09:52
Frompeiman khosravi
SubjectRe: [Csnd] kvariable question
Thanks Oeyvind, that's good and bad news :-)

The error I get is about exceeding the table end which makes me think
that the k variable is not initialising properly in this case:

     tabw 2, 2, giChanMask

But it is in this:

  tabw kval, 2, giChanMaskbein

The same goes for a-variables.

Best
P

On 25 May 2012 23:02, Oeyvind Brandtsegg  wrote:
> I've noted similar things, so it is not you :-)
> Is it a parser thing perhaps ?
> Oeyvind
>
> 2012/5/25 peiman khosravi 
>>
>> This must be a hole in my knowledge. Why does this produce an error:
>>
>>        tabw 2, 2, giChanMask
>>
>> But not this:
>>
>> kval = 2
>>        tabw kval, 2, giChanMaskbein stupid
>>
>>
>> If this isn't just me being stupid please let me know and I will send
>> a more detailed report.
>>
>> Thanks
>> Peiman
>>
>>
>> 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"
>>
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://flyndresang.no/
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://soundcloud.com/t-emp