Hi,
I’m fighting with an issue, that continues to haunt me in every project, but especially in my current one.
I need to inspect instances of (for example) a class in my vvvv editor, but since there are several instances (as you would expect) I cant know which one I am observing. Sometimes I cant get the UI to observe anything at all.
In my current project this is further complicated by using Interfaces, since when navigating into an operation the UI is navigating to the Interface definition, not any Instance of the class implementing it.
Also the feauture to press Tab and by some magic maybe hook onto a running instance is not really working. Sometimes I have to press over a dozen times for it to work, sometimes it works on first press, sometimes not at all.
This is so bad, that I most of the time cant actually patch in my classes, when they are running in the project structure, since I dont see any live values.
TLDR:
Add some kind of inspector - probably akin the solution explorer - that provides a list of all current running instances of a class ( Patch or whatever). Make them sortable by some internal property like index or id. When I select an instance, I want the vvvv editor to hook onto this instance and show me the values.
Further thoughts welcome!