[Csnd] kvariable question
Date | 2012-05-25 17:59 |
From | peiman 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 |
Date | 2012-05-25 23:02 |
From | Oeyvind Brandtsegg |
Subject | Re: [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: 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 |
Date | 2012-05-26 09:52 |
From | peiman khosravi |
Subject | Re: [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 |