This may not be what you’re looking for, but see the Keyboard sub patch inside s_minimoog.pd https://github.com/danomatika/rc-patches/tree/master/rc

Also, I would checkout the vanilla [bag] object… I might redo the list-based stuff in s_minimoog with that.

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On May 15, 2016, at 7:21 PM, pd-list-request@lists.iem.at wrote:

From: William Huston <williamahuston@gmail.com>
Subject: Re: [PD] [poly N 0] bug
Date: May 15, 2016 at 6:06:02 PM MDT
To: Matt Barber <brbrofsvl@gmail.com>
Cc: "pd-list@lists.iem.at" <pd-list@lists.iem.at>


Yes, that's what I want, proper mono mode, with opt. auto glissando when 2+ notes are played. 

Maybe it's a feature enhancement.  

That's the abstraction I'm working on.

I'm trying to implement a 6-element linked list, with push/pop (front of list), shift/unshift (end of list), and delete... it's possible, but challenging. Lot of work.