KairosResearchLab / Kairos

A complete framework for data control and composition in the vvvv visual programming environment.
Other
127 stars 6 forks source link

Error Handling / Warning for changed model #47

Open michael-burk opened 4 years ago

michael-burk commented 4 years ago

Right now if we change the object, that is connected to the Binder, this causes Null-Pointer errors in Binder or Timeline.

Ideally theses errors would be catched and the Binder would output a warning, that the model has changed, or that the bound object doesn't correspond th the Timeline-Model. This is to avoid frequent crashes when patching.

michael-burk commented 4 years ago

See also #49