KINEME datatype

A custom datatype that : -could handle seamlessly multiple type of data, and let you interpret them the way you like. -could be in a structural form -list like- and let you access all individual subsets easily. - as an associated set of tools for bridging in and out regular QC datatype, and manipulating to new one.

cwright's picture
"spreads" and "slices"

Just as a note: This arose from a discussion on how vvvv handles arrays transparently as "spreads", with each spread being composed of "slices", or elements, possibly consisting of other spreads.

I'm thinking we can have the port type override all the right methods for the built-in types, allowing it to transparently behave like a single element datatype for non-spread-aware patches (i.e. all of them at the moment).