vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
36 stars 14 forks source link

Channels can not send via pads #29

Closed phlegma closed 1 year ago

phlegma commented 1 year ago

If Channels are send via pads a "Object not set to reference" is rised.

grafik

Patch: PadException-Channels By Path.zip

sebescudie commented 1 year ago

Pads are not meant to be used as Send and Receive in the same operation, they would introduce a frame-delay which is I guess why the Select node receives a null in your screenshot.

gregsn commented 1 year ago

you could however write the Channel into the field on Create grafik so that link that goes into the pad should be white. then it should work