[Csnd] feature request..
Date | 2010-01-27 21:03 |
From | Rory Walsh |
Subject | [Csnd] feature request.. |
I'm working with OSC at present and I'm having to initialise a lot of variable, ala: k1 init 0 k2 init 0 k3 init 0 k4 init 0 k5 init 0 k6 init 0 k7 init 0 k8 init 0 Stest = "" kk OSClisten gihandle, "/tuio/2Dcur", "sifffff", Stest, k1, k2, k3, k4, k5, k6, k6, k7, k8 I intend to do more OSC stuff and it would be nice if I could do something along the lines of k1, k2, k3, k4, k5, k6, k7, k8 init 0 I haven't looked at the code, no time now, but what do others think? Btw I wanted to check passign to compare but it's not included in the latest manual.. Rory. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-01-27 21:08 |
From | Victor Lazzarini |
Subject | [Csnd] Re: feature request.. |
UDO? On 27 Jan 2010, at 21:03, Rory Walsh wrote: > I'm working with OSC at present and I'm having to initialise a lot of > variable, ala: > > > k1 init 0 > k2 init 0 > k3 init 0 > k4 init 0 > k5 init 0 > k6 init 0 > k7 init 0 > k8 init 0 > Stest = "" > kk OSClisten gihandle, "/tuio/2Dcur", "sifffff", Stest, k1, k2, k3, > k4, k5, k6, k6, k7, k8 > > I intend to do more OSC stuff and it would be nice if I could do > something along the lines of > > k1, k2, k3, k4, k5, k6, k7, k8 init 0 > > I haven't looked at the code, no time now, but what do others think? > Btw I wanted to check passign to compare but it's not included in the > latest manual.. > > Rory. > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-01-27 21:24 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: feature request.. |
> I haven't looked at the code, no time now, but what do others think? > Btw I wanted to check passign to compare but it's not included in the > latest manual.. > > Well I write the manual page for passign -- wonder why it is missing Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-01-27 22:09 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: feature request.. |
The code is there, but the manual hasn't been released yet, so I guess Rory means the latest (5.11). Cheers, Andrés On Wed, Jan 27, 2010 at 9:24 PM, |
Date | 2010-01-27 22:41 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: feature request.. |
It is indeed 5.11 I was looking at, and yes a UDO will do the job... 2010/1/27 Andres Cabrera |
Date | 2010-02-01 01:42 |
From | edexter5 |
Subject | [Csnd] Re: feature request.. |
; |