<div dir="ltr">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. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 26, 2022 at 9:15 AM William Brent <<a href="mailto:william.brent@gmail.com">william.brent@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi list,<div><br></div><div>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].</div><div><br></div><div>See the GitHub repo with a list of objects here: <a href="https://github.com/wbrent/array-abs.git" target="_blank">https://github.com/wbrent/array-abs.git</a>, and download via deken. I hope it's useful to someone other than me!</div><div><br></div><div>William</div><div><div><br></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr">William Brent<br><br>“Great minds flock together”<br>Conflations: conversational idiom for the 21st century<br><br><a href="http://www.conflations.com" target="_blank">www.conflations.com</a></div></div></div></div>
_______________________________________________<br>
Pd-announce mailing list<br>
<a href="mailto:Pd-announce@lists.iem.at" target="_blank">Pd-announce@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/pd-announce" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-announce</a><br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>