I am working on an instrument that has abstractions that operate on two types of sources: 1) arrays and 2) sound sources (as defined by send~ objects).
I would like to have, in the graph-on-parent for each abstraction, a popup menu that can be used to switch sound sources. And, because send~ buffers may be named a variety of different things and depend on various abstractions' creation arguments, I would like to have a way to enumerate through all the different send~ buffers and populate a popup menu with them. Is there a way to do this?
It would be nice to have the ability to do this for arrays, but the send~ buffers are more important to me. I'd also like to do this without using any externals (I'm using Pd-vanilla 0.40-2).
Thanks!
Jake