[PD] [PD-announce] [array-abs] library

adam johnson ulioidle at gmail.com
Wed Oct 26 23:48:10 CEST 2022


Nice work. Here are my array insert and delete which show how to make them
act like standard array objects and are a bit more efficient since they
lack the [list] objects. I also make the resizing external since we have
the [array size] object, makes things a little more versatile since you can
do easy stack operations this way without endlessly resizing the array. May
offer you some ideas for improvements, use them in anyway you want, or not.

On Wed, Oct 26, 2022 at 9:15 AM William Brent <william.brent at gmail.com>
wrote:

> Hi list,
>
> I'm not sure if something similar already exists out there, but I went
> ahead and started a library of Pd-vanilla abstractions for searching and
> manipulating [array]s. Following the naming of [list-abs], I've called it
> [array-abs].
>
> See the GitHub repo with a list of objects here:
> https://github.com/wbrent/array-abs.git, and download via deken. I hope
> it's useful to someone other than me!
>
> William
>
>
> --
> William Brent
>
> “Great minds flock together”
> Conflations: conversational idiom for the 21st century
>
> www.conflations.com
> _______________________________________________
> Pd-announce mailing list
> Pd-announce at lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> _______________________________________________
> 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/20221026/0a922587/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: array-delete.pd
Type: application/octet-stream
Size: 1866 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20221026/0a922587/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: array-insert.pd
Type: application/octet-stream
Size: 1856 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20221026/0a922587/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: array-delete-help.pd
Type: application/octet-stream
Size: 2093 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20221026/0a922587/attachment-0002.obj>


More information about the Pd-list mailing list