Csound Csound-dev Csound-tekno Search About

[Cs-dev] typo?

Date2013-07-14 22:28
Fromjoachim heintz
Subject[Cs-dev] typo?
hi -

  i am currently reading arrays.c, and i find in line 1116-1118:

     { "scalearray.k", sizeof(TABSCALE), 0, 3, "",  "k[]kkOJ",
                                                (SUBR) 
tabscaleset,(SUBR) tabscale },
     { "scalearray.1", sizeof(TABSCALE), 0, 1, "",  "i[]iiOJ",   (SUBR) 
tabscale1 },

i suppose this is a typo, and "scalearray.1" should be "scalearray.i".
am i right? shall i change it?

best -

	joachim

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-14 22:34
FromVictor Lazzarini
SubjectRe: [Cs-dev] typo?
I don't think it matters. It can be anything after the '.'.
On 14 Jul 2013, at 22:28, joachim heintz wrote:

> hi -
> 
>  i am currently reading arrays.c, and i find in line 1116-1118:
> 
>     { "scalearray.k", sizeof(TABSCALE), 0, 3, "",  "k[]kkOJ",
>                                                (SUBR) 
> tabscaleset,(SUBR) tabscale },
>     { "scalearray.1", sizeof(TABSCALE), 0, 1, "",  "i[]iiOJ",   (SUBR) 
> tabscale1 },
> 
> i suppose this is a typo, and "scalearray.1" should be "scalearray.i".
> am i right? shall i change it?
> 
> best -
> 
> 	joachim
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> 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




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-15 03:20
FromSteven Yi
SubjectRe: [Cs-dev] typo?
Just to add, in CS5, the opcode name was used as part of the system of
polymorphism.  There used to be an empty OENTRY with a magic dsblksize
that would be used to denote what kind of polymorphism to use, and
from that it would look for opcodes with opname.type.  In CS6, opcode
lookup changed to actually use the types found to determine what
OENTRY to use, and one can add multiple OENTRY's with the same name.
To simplify things, names with ".xxx" at the end of them are first
sanitized to trim off the ".xxx".  It's still somewhat useful to see
opcodes with ".i" or ".S" just in terms of scanning the list of
opcodes, but that part is unused when looking up the opcode now and
acts like a comment.

On Sun, Jul 14, 2013 at 5:34 PM, Victor Lazzarini
 wrote:
> I don't think it matters. It can be anything after the '.'.
> On 14 Jul 2013, at 22:28, joachim heintz wrote:
>
>> hi -
>>
>>  i am currently reading arrays.c, and i find in line 1116-1118:
>>
>>     { "scalearray.k", sizeof(TABSCALE), 0, 3, "",  "k[]kkOJ",
>>                                                (SUBR)
>> tabscaleset,(SUBR) tabscale },
>>     { "scalearray.1", sizeof(TABSCALE), 0, 1, "",  "i[]iiOJ",   (SUBR)
>> tabscale1 },
>>
>> i suppose this is a typo, and "scalearray.1" should be "scalearray.i".
>> am i right? shall i change it?
>>
>> best -
>>
>>       joachim
>>
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net