Csound Csound-dev Csound-tekno Search About

[Csnd] feature request..

Date2010-01-27 21:03
FromRory 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"

Date2010-01-27 21:08
FromVictor 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"

Date2010-01-27 21:24
Fromjpff@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"

Date2010-01-27 22:09
FromAndres 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,   wrote:
>
>> 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"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-01-27 22:41
FromRory 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 :
> 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,   wrote:
>>
>>> 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"
>>
>
>
>
> --
>
>
> Andrés
>
>
> 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"

Date2010-02-01 01:42
Fromedexter5
Subject[Csnd] Re: feature request..
; 1 8


if line.startswith(""";"""):
  word = line.split(' '):
    
    

This could be done with a preprocesser in python fairly easily.  where you
would define it in your comment space and then it would get expanded with a
preprocessor.  I am not sure that is what you are after though so I didn't
flesh it out.


RoryWalsh 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"
> 
> 

__________________________
http://dextracker.blogspot.com/