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.br...@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-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> _______________________________________________
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>

Attachment: array-delete.pd
Description: Binary data

Attachment: array-insert.pd
Description: Binary data

Attachment: array-delete-help.pd
Description: Binary data

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

Reply via email to