This is my first foray into the world of Raspberry Pi, so there's likely some very obvious things I'm missing.
I built this patch on a Linux computer running vanilla PD 0.52.0, but when I put it on my (very old and tiny) Raspberry Pi running (oh maybe this is the issue) 0.51.4, I get the error
list store: no method for 'delete'.
I updated everything when I started using this Pi, so I'm pretty sure that's the most up-to-date I can get with Raspbian.
Anyone know about this? I'm also new to all things [list], so maybe there's a simple workaround I don't know about if [delete $1 1( ---> [list store] doesn't work on 32bit and/or 0.51.4.
(by the way, it also seemed like I had to include the number of items to delete - that is, when I simply sent [delete 5( into [list store], to delete the sixth item, I got errors. Specifying "just delete one item" by [delete 5 1( worked. But that's another story; one question per thread!)