Csound Csound-dev Csound-tekno Search About

[Cs-dev] Proposed change to i() to take in i-rate vars

Date2011-10-05 09:37
FromSteven Yi
Subject[Cs-dev] Proposed change to i() to take in i-rate vars
Hi All,

There's a situation that's come up in blue where sometimes code is
generating where the user has i().  Usually the
blue generated variable is k-rate, but in some situations it is
generating as i-rate, i.e. i(34.234234).  I'd like to propose we
change it to allow i-rate variables, which would essentially just
return the arg as-is.  This is like doing a redundant cast in other
languages, so it seems like there is precedent, and is ultimately
harmless.

Any objections or comments?

Thanks!
steven

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 09:38
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
> Hi All,
>
> There's a situation that's come up in blue where sometimes code is
> generating where the user has i().  Usually the
> blue generated variable is k-rate, but in some situations it is
> generating as i-rate, i.e. i(34.234234).  I'd like to propose we
> change it to allow i-rate variables, which would essentially just
> return the arg as-is.  This is like doing a redundant cast in other
> languages, so it seems like there is precedent, and is ultimately
> harmless.
>
> Any objections or comments?
>
> Thanks!
> steven
>

OK by me



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 09:49
FromVictor Lazzarini
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
+1
On 5 Oct 2011, at 09:38, jpff@cs.bath.ac.uk wrote:

>> Hi All,
>>
>> There's a situation that's come up in blue where sometimes code is
>> generating where the user has i().  Usually the
>> blue generated variable is k-rate, but in some situations it is
>> generating as i-rate, i.e. i(34.234234).  I'd like to propose we
>> change it to allow i-rate variables, which would essentially just
>> return the arg as-is.  This is like doing a redundant cast in other
>> languages, so it seems like there is precedent, and is ultimately
>> harmless.
>>
>> Any objections or comments?
>>
>> Thanks!
>> steven
>>
>
> OK by me
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure  
> contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and  
> makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 09:53
FromSteven Yi
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
Ah, that was oddly easy to do. :)  I've committed the code change.
Any chance we can sneak this into the build for 5.14?

On Wed, Oct 5, 2011 at 9:49 AM, Victor Lazzarini
 wrote:
> +1
> On 5 Oct 2011, at 09:38, jpff@cs.bath.ac.uk wrote:
>
>>> Hi All,
>>>
>>> There's a situation that's come up in blue where sometimes code is
>>> generating where the user has i().  Usually the
>>> blue generated variable is k-rate, but in some situations it is
>>> generating as i-rate, i.e. i(34.234234).  I'd like to propose we
>>> change it to allow i-rate variables, which would essentially just
>>> return the arg as-is.  This is like doing a redundant cast in other
>>> languages, so it seems like there is precedent, and is ultimately
>>> harmless.
>>>
>>> Any objections or comments?
>>>
>>> Thanks!
>>> steven
>>>
>>
>> OK by me
>>
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and
>> makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2dcopy1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 09:56
FromRory Walsh
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
So now we can cast i-rate variables to i-rate variables! Brilliant!
Just kidding, i can see the need for it in your case. 'redundant cast'
isn't something I had come across before.

Rory.


On 5 October 2011 09:53, Steven Yi  wrote:
> Ah, that was oddly easy to do. :)  I've committed the code change.
> Any chance we can sneak this into the build for 5.14?
>
> On Wed, Oct 5, 2011 at 9:49 AM, Victor Lazzarini
>  wrote:
>> +1
>> On 5 Oct 2011, at 09:38, jpff@cs.bath.ac.uk wrote:
>>
>>>> Hi All,
>>>>
>>>> There's a situation that's come up in blue where sometimes code is
>>>> generating where the user has i().  Usually the
>>>> blue generated variable is k-rate, but in some situations it is
>>>> generating as i-rate, i.e. i(34.234234).  I'd like to propose we
>>>> change it to allow i-rate variables, which would essentially just
>>>> return the arg as-is.  This is like doing a redundant cast in other
>>>> languages, so it seems like there is precedent, and is ultimately
>>>> harmless.
>>>>
>>>> Any objections or comments?
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>
>>> OK by me
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a
>>> definitive record of customers, application performance, security
>>> threats, fraudulent activity and more. Splunk takes this data and
>>> makes
>>> sense of it. Business sense. IT sense. Common sense.
>>> http://p.sf.net/sfu/splunk-d2dcopy1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2dcopy1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 10:25
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
> Ah, that was oddly easy to do. :)  I've committed the code change.
> Any chance we can sneak this into the build for 5.14?
>

If documnented!



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-05 10:38
FromSteven Yi
SubjectRe: [Cs-dev] Proposed change to i() to take in i-rate vars
Yup!  I committed the document change for i() right after I did the
commit for the code change, and the lpf18 change has been documented
already.  Not sure the portaudio change requires any documentation.

Thanks!
steven

On Wed, Oct 5, 2011 at 10:25 AM,   wrote:
>> Ah, that was oddly easy to do. :)  I've committed the code change.
>> Any chance we can sneak this into the build for 5.14?
>>
>
> If documnented!
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net