On Thu, Nov 3, 2011 at 8:25 PM, Paul Davis <paul(a)linuxaudiosystems.com>wrote;wrote:
this can be quite restrictive. linked lists, for
example ...
Good point, and in some places I do find myself iterating lists into a
vector in a non-RT context, and then sending the vector as a blob via OSC.
It is a drawback of this separation.