Bin Size logic in plugins

Is there any good example plugin code to look at for dealing with bin size logic? Must be somewhere on github…

the Templates within vvvv are not good enough? It basically boils down to

ISpread<ISpread<T>>

Thanks!

That’s what I get for being a bit too impatient, of course I thought I had looked for a suitable template but obviously not hard enough.

Glad to hear it helped.

For future reference, and everybody else who stumbles into this thread, Templates are always a good way to start coding a plugin.

Just highlight the Template that fit your need closest in the node browser and Ctrl+Return to start coding your plugin with a fresh clone.