[PD] maxlib arraycopy

Ed Kelly morph_2016 at yahoo.co.uk
Mon Dec 5 15:11:23 CET 2016


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 Thursday, 1 December 2016, 20:31, Roman Haefeli <reduzent at gmail.com> wrote:
 
 

 On Thu, 2016-12-01 at 18:48 +0000, 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 <array>] for
retrieving part of or whole array as a list. With [array set <array>]
you can update part of or whole array.

And there has always been:

[<index> <value> <value> <value> .... (
|
[send <array>]

to update an array/table.

Roman

_______________________________________________
Pd-list at lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list


 
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20161205/392c81bf/attachment.html>


More information about the Pd-list mailing list