Csound Csound-dev Csound-tekno Search About

[Cs-dev] array documentation

Date2013-07-18 10:25
Fromjoachim heintz
Subject[Cs-dev] array documentation
Attachmentsarray_array_math.csd  Arrays.txt  array_scalar_math.csd  array_udo.csd  copya2ftab.csd  copyf2array.csd  lenarray.csd  maparray.csd  maxarray.csd  minarray.csd  scalearray.csd  slicearray.csd  sumarray.csd  None  None  
hi all -

i have put a description and some examples together: how to use the new 
arrays in csound6. the description Arrays.txt contains:

- some notes about variables: when to use kArr[], when to use kArr, etc.
- how to create and fill
- how to query the length
- how to copy arrays from / to tables
- math operations on an array
- how to query minimum, maximum, sum
- how to scale an array
- how to slice an array
- how to use an array in a udo

i have attached examples for all of this. most of the examples replace 
the old t-var examples of the manual (they are already in git).

i will be off in some days, for some weeks, so i'd be happy if someone 
could have a look at the text, and put it at any appropriate place. feel 
free to modify in any way. this is certainly just a starting point -- it 
was written because i wanted to know myself how i can use this new 
feature, and to share this knowledge.

thanks a lot to all who made this possible. it will change, and 
simplify, the way of programming and working with csound. and we are 
just at the beginning ...

	joachim

Date2013-07-18 13:40
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] array documentation
First reading looks correct -- but missing genarray.

> hi all -
>
> i have put a description and some examples together: how to use the new
> arrays in csound6. the description Arrays.txt contains:
>
> - some notes about variables: when to use kArr[], when to use kArr, etc.
> - how to create and fill
> - how to query the length
> - how to copy arrays from / to tables
> - math operations on an array
> - how to query minimum, maximum, sum
> - how to scale an array
> - how to slice an array
> - how to use an array in a udo
>
> i have attached examples for all of this. most of the examples replace
> the old t-var examples of the manual (they are already in git).
>
> i will be off in some days, for some weeks, so i'd be happy if someone
> could have a look at the text, and put it at any appropriate place. feel
> free to modify in any way. this is certainly just a starting point -- it
> was written because i wanted to know myself how i can use this new
> feature, and to share this knowledge.
>
> thanks a lot to all who made this possible. it will change, and
> simplify, the way of programming and working with csound. and we are
> just at the beginning ...
>
> 	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
>



------------------------------------------------------------------------------
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-18 14:29
Fromjoachim heintz
SubjectRe: [Cs-dev] array documentation
yes, because it did not work for me. and now, after reading your reply 
to my first remark, i do not understand the current behaviour of 
genarray at all. why does it change the array at i-time? i cannot see 
the sense in it.

you have maparray and maparray_i. why not to have genarry and 
genarray_i? all the current opcodes, except the ones for creating an 
array (init and fillarray) are k-rate. and changing the content of an 
already existing array - as a whole or partly - during performance (not 
at init-time) is needed, in my opinion.

so, my vote is:
1) to change the current genarray opcode to work at k-rate.
2) to write a genarray_i opcode which could be used similar to fillarray:
   kArr[] genarray_i 1, 5
would create an array of length 5 with content [1, 2, 3, 4, 5].

	joachim



Am 18.07.2013 14:40, schrieb jpff@cs.bath.ac.uk:
> First reading looks correct -- but missing genarray.
>
>> hi all -
>>
>> i have put a description and some examples together: how to use the new
>> arrays in csound6. the description Arrays.txt contains:
>>
>> - some notes about variables: when to use kArr[], when to use kArr, etc.
>> - how to create and fill
>> - how to query the length
>> - how to copy arrays from / to tables
>> - math operations on an array
>> - how to query minimum, maximum, sum
>> - how to scale an array
>> - how to slice an array
>> - how to use an array in a udo
>>
>> i have attached examples for all of this. most of the examples replace
>> the old t-var examples of the manual (they are already in git).
>>
>> i will be off in some days, for some weeks, so i'd be happy if someone
>> could have a look at the text, and put it at any appropriate place. feel
>> free to modify in any way. this is certainly just a starting point -- it
>> was written because i wanted to know myself how i can use this new
>> feature, and to share this knowledge.
>>
>> thanks a lot to all who made this possible. it will change, and
>> simplify, the way of programming and working with csound. and we are
>> just at the beginning ...
>>
>> 	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
>>
>
>
>
> ------------------------------------------------------------------------------
> 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

Date2013-07-22 13:22
FromSteven Yi
SubjectRe: [Cs-dev] array documentation
Hi All,

Just wanted to follow up, it looks like Joachim added these to the git
repo, and Francois added the XML version. Is anyone currently looking
at the arrays.txt file?

Thanks!
steven

On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz  wrote:
> hi all -
>
> i have put a description and some examples together: how to use the new
> arrays in csound6. the description Arrays.txt contains:
>
> - some notes about variables: when to use kArr[], when to use kArr, etc.
> - how to create and fill
> - how to query the length
> - how to copy arrays from / to tables
> - math operations on an array
> - how to query minimum, maximum, sum
> - how to scale an array
> - how to slice an array
> - how to use an array in a udo
>
> i have attached examples for all of this. most of the examples replace the
> old t-var examples of the manual (they are already in git).
>
> i will be off in some days, for some weeks, so i'd be happy if someone could
> have a look at the text, and put it at any appropriate place. feel free to
> modify in any way. this is certainly just a starting point -- it was written
> because i wanted to know myself how i can use this new feature, and to share
> this knowledge.
>
> thanks a lot to all who made this possible. it will change, and simplify,
> the way of programming and working with csound. and we are just at the
> beginning ...
>
>         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
>

------------------------------------------------------------------------------
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-22 20:08
FromFrancois PINOT
SubjectRe: [Cs-dev] array documentation
AttachmentsNone  None  
Joachim's Arrays.txt seems to be a good candidate for an array entry in the Opcode Overview section of the manual. I'll commit a corresponging xml file with all necessary links so that people can start from there to improve the array documentation within the manual.

Regards

Francois


2013/7/22 Steven Yi <stevenyi@gmail.com>
Hi All,

Just wanted to follow up, it looks like Joachim added these to the git
repo, and Francois added the XML version. Is anyone currently looking
at the arrays.txt file?

Thanks!
steven

On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz <jh@joachimheintz.de> wrote:
> hi all -
>
> i have put a description and some examples together: how to use the new
> arrays in csound6. the description Arrays.txt contains:
>
> - some notes about variables: when to use kArr[], when to use kArr, etc.
> - how to create and fill
> - how to query the length
> - how to copy arrays from / to tables
> - math operations on an array
> - how to query minimum, maximum, sum
> - how to scale an array
> - how to slice an array
> - how to use an array in a udo
>
> i have attached examples for all of this. most of the examples replace the
> old t-var examples of the manual (they are already in git).
>
> i will be off in some days, for some weeks, so i'd be happy if someone could
> have a look at the text, and put it at any appropriate place. feel free to
> modify in any way. this is certainly just a starting point -- it was written
> because i wanted to know myself how i can use this new feature, and to share
> this knowledge.
>
> thanks a lot to all who made this possible. it will change, and simplify,
> the way of programming and working with csound. and we are just at the
> beginning ...
>
>         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
>

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


Date2013-07-22 20:12
FromSteven Yi
SubjectRe: [Cs-dev] array documentation
AttachmentsNone  None  

Hi Francois,

Many thanks for volunteering!

Steven

On Jul 22, 2013 3:09 PM, "Francois PINOT" <fggpinot@gmail.com> wrote:
Joachim's Arrays.txt seems to be a good candidate for an array entry in the Opcode Overview section of the manual. I'll commit a corresponging xml file with all necessary links so that people can start from there to improve the array documentation within the manual.

Regards

Francois


2013/7/22 Steven Yi <stevenyi@gmail.com>
Hi All,

Just wanted to follow up, it looks like Joachim added these to the git
repo, and Francois added the XML version. Is anyone currently looking
at the arrays.txt file?

Thanks!
steven

On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz <jh@joachimheintz.de> wrote:
> hi all -
>
> i have put a description and some examples together: how to use the new
> arrays in csound6. the description Arrays.txt contains:
>
> - some notes about variables: when to use kArr[], when to use kArr, etc.
> - how to create and fill
> - how to query the length
> - how to copy arrays from / to tables
> - math operations on an array
> - how to query minimum, maximum, sum
> - how to scale an array
> - how to slice an array
> - how to use an array in a udo
>
> i have attached examples for all of this. most of the examples replace the
> old t-var examples of the manual (they are already in git).
>
> i will be off in some days, for some weeks, so i'd be happy if someone could
> have a look at the text, and put it at any appropriate place. feel free to
> modify in any way. this is certainly just a starting point -- it was written
> because i wanted to know myself how i can use this new feature, and to share
> this knowledge.
>
> thanks a lot to all who made this possible. it will change, and simplify,
> the way of programming and working with csound. and we are just at the
> beginning ...
>
>         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
>

------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-07-24 20:45
FromFrancois PINOT
SubjectRe: [Cs-dev] array documentation
AttachmentsNone  None  
Ok, now in git. I added the array.xml file in the math directory. The 'Array Opcodes' entry appears as the last entry of the 'Mathematical Operations' section of the second part of the manual.

The array.xml file is adapted from Joachim's array.txt fill, with links to corresponding opcodes and examples, except for genarray which is still under development.

Regards

Francois


2013/7/22 Steven Yi <stevenyi@gmail.com>

Hi Francois,

Many thanks for volunteering!

Steven

On Jul 22, 2013 3:09 PM, "Francois PINOT" <fggpinot@gmail.com> wrote:
Joachim's Arrays.txt seems to be a good candidate for an array entry in the Opcode Overview section of the manual. I'll commit a corresponging xml file with all necessary links so that people can start from there to improve the array documentation within the manual.

Regards

Francois


2013/7/22 Steven Yi <stevenyi@gmail.com>
Hi All,

Just wanted to follow up, it looks like Joachim added these to the git
repo, and Francois added the XML version. Is anyone currently looking
at the arrays.txt file?

Thanks!
steven

On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz <jh@joachimheintz.de> wrote:
> hi all -
>
> i have put a description and some examples together: how to use the new
> arrays in csound6. the description Arrays.txt contains:
>
> - some notes about variables: when to use kArr[], when to use kArr, etc.
> - how to create and fill
> - how to query the length
> - how to copy arrays from / to tables
> - math operations on an array
> - how to query minimum, maximum, sum
> - how to scale an array
> - how to slice an array
> - how to use an array in a udo
>
> i have attached examples for all of this. most of the examples replace the
> old t-var examples of the manual (they are already in git).
>
> i will be off in some days, for some weeks, so i'd be happy if someone could
> have a look at the text, and put it at any appropriate place. feel free to
> modify in any way. this is certainly just a starting point -- it was written
> because i wanted to know myself how i can use this new feature, and to share
> this knowledge.
>
> thanks a lot to all who made this possible. it will change, and simplify,
> the way of programming and working with csound. and we are just at the
> beginning ...
>
>         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
>

------------------------------------------------------------------------------
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
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
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-08-05 20:34
Fromjoachim heintz
SubjectRe: [Cs-dev] array documentation
thanks also from my side, francois!
best -
	joachim


Am 22.07.2013 21:12, schrieb Steven Yi:
> Hi Francois,
>
> Many thanks for volunteering!
>
> Steven
>
> On Jul 22, 2013 3:09 PM, "Francois PINOT"  > wrote:
>
>     Joachim's Arrays.txt seems to be a good candidate for an array entry
>     in the Opcode Overview section of the manual. I'll commit a
>     corresponging xml file with all necessary links so that people can
>     start from there to improve the array documentation within the manual.
>
>     Regards
>
>     Francois
>
>
>     2013/7/22 Steven Yi >
>
>         Hi All,
>
>         Just wanted to follow up, it looks like Joachim added these to
>         the git
>         repo, and Francois added the XML version. Is anyone currently
>         looking
>         at the arrays.txt file?
>
>         Thanks!
>         steven
>
>         On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz
>         > wrote:
>          > hi all -
>          >
>          > i have put a description and some examples together: how to
>         use the new
>          > arrays in csound6. the description Arrays.txt contains:
>          >
>          > - some notes about variables: when to use kArr[], when to use
>         kArr, etc.
>          > - how to create and fill
>          > - how to query the length
>          > - how to copy arrays from / to tables
>          > - math operations on an array
>          > - how to query minimum, maximum, sum
>          > - how to scale an array
>          > - how to slice an array
>          > - how to use an array in a udo
>          >
>          > i have attached examples for all of this. most of the
>         examples replace the
>          > old t-var examples of the manual (they are already in git).
>          >
>          > i will be off in some days, for some weeks, so i'd be happy
>         if someone could
>          > have a look at the text, and put it at any appropriate place.
>         feel free to
>          > modify in any way. this is certainly just a starting point --
>         it was written
>          > because i wanted to know myself how i can use this new
>         feature, and to share
>          > this knowledge.
>          >
>          > thanks a lot to all who made this possible. it will change,
>         and simplify,
>          > the way of programming and working with csound. and we are
>         just at the
>          > beginning ...
>          >
>          >         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
>          >
>
>         ------------------------------------------------------------------------------
>         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
>     
>     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
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-06 10:41
Fromjoachim heintz
SubjectRe: [Cs-dev] array documentation
i think this might not be the best place. i'd suggest the following:

to rename the "Function Table Control" section to "Function Table 
Control and Arrays", and to put it at the end of this section.

what do others think?

best -

	joachim


Am 24.07.2013 21:45, schrieb Francois PINOT:
> Ok, now in git. I added the array.xml file in the math directory. The
> 'Array Opcodes' entry appears as the last entry of the 'Mathematical
> Operations' section of the second part of the manual.
>
> The array.xml file is adapted from Joachim's array.txt fill, with links
> to corresponding opcodes and examples, except for genarray which is
> still under development.
>
> Regards
>
> Francois
>
>
> 2013/7/22 Steven Yi >
>
>     Hi Francois,
>
>     Many thanks for volunteering!
>
>     Steven
>
>     On Jul 22, 2013 3:09 PM, "Francois PINOT"      > wrote:
>
>         Joachim's Arrays.txt seems to be a good candidate for an array
>         entry in the Opcode Overview section of the manual. I'll commit
>         a corresponging xml file with all necessary links so that people
>         can start from there to improve the array documentation within
>         the manual.
>
>         Regards
>
>         Francois
>
>
>         2013/7/22 Steven Yi >
>
>             Hi All,
>
>             Just wanted to follow up, it looks like Joachim added these
>             to the git
>             repo, and Francois added the XML version. Is anyone
>             currently looking
>             at the arrays.txt file?
>
>             Thanks!
>             steven
>
>             On Thu, Jul 18, 2013 at 5:25 AM, joachim heintz
>             > wrote:
>              > hi all -
>              >
>              > i have put a description and some examples together: how
>             to use the new
>              > arrays in csound6. the description Arrays.txt contains:
>              >
>              > - some notes about variables: when to use kArr[], when to
>             use kArr, etc.
>              > - how to create and fill
>              > - how to query the length
>              > - how to copy arrays from / to tables
>              > - math operations on an array
>              > - how to query minimum, maximum, sum
>              > - how to scale an array
>              > - how to slice an array
>              > - how to use an array in a udo
>              >
>              > i have attached examples for all of this. most of the
>             examples replace the
>              > old t-var examples of the manual (they are already in git).
>              >
>              > i will be off in some days, for some weeks, so i'd be
>             happy if someone could
>              > have a look at the text, and put it at any appropriate
>             place. feel free to
>              > modify in any way. this is certainly just a starting
>             point -- it was written
>              > because i wanted to know myself how i can use this new
>             feature, and to share
>              > this knowledge.
>              >
>              > thanks a lot to all who made this possible. it will
>             change, and simplify,
>              > the way of programming and working with csound. and we
>             are just at the
>              > beginning ...
>              >
>              >         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
>              >
>
>             ------------------------------------------------------------------------------
>             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
>         
>         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
>     
>     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
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net