Re: [PD] maxlib/arraycopy

2017-04-22 Thread Alexandre Torres Porres
2017-04-21 13:30 GMT-03:00 Ed Kelly via Pd-list : > At the back of my mind, a thought that there must be a vanilla way of > doing this. "I'm sure I saw it somewhere..." etc > Just as with the [text] objects, I'm gradually emerging from years of > using Pd-extended 0.42/43

Re: [PD] maxlib/arraycopy

2017-04-21 Thread Roman Haefeli
You know about [array get] and [array set], do you? Roman On Fre, 2017-04-21 at 15:02 +, Ed Kelly via Pd-list wrote: > compiled objects for maxlib/arraycopy >   > _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ > > For Lone Shark releases, Pure Data software and published Research, > go to

Re: [PD] maxlib/arraycopy

2017-04-21 Thread Ed Kelly via Pd-list
compiled objects for maxlib/arraycopy  _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk  On Friday, 21 April 2017, 15:53, Ed Kelly wrote: Correction - I mean it assumed the

Re: [PD] maxlib/arraycopy

2017-04-21 Thread Ed Kelly via Pd-list
Correction - I mean it assumed the destination had to be bigger or the same size as the source!  _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk  On Friday, 21 April 2017, 14:17, Ed Kelly via Pd-list

Re: [PD] maxlib arraycopy

2016-12-05 Thread Ed Kelly via Pd-list
Perfect. A way of doing it in Vanilla Pd. If I can gradually trim away the externals from my patches and vanillarize them I'll be a happy man.Thanks,Ed  _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk  On

Re: [PD] maxlib arraycopy

2016-12-01 Thread Roman Haefeli
On Thu, 2016-12-01 at 18:48 +, Ed Kelly via Pd-list wrote: > Does anyone have a better way of copying chunks from one array into > another? Is there a vanilla way? Checkout help for new [array] class. There is [array get ] for retrieving part of or whole array as a list. With [array set ]