Editor: When a cable is disconnected in a running composition, the input port does not keep the most recent value it received from the cable.

Steps causing the bug to occur

  1. Create a composition using a data-and-event cable.
  2. Run the composition.
  3. Delete the data-and-event cable.
  4. Notice that the input port for the node where the cable was attached does not keep the last value it was sent by the data-and-event cable, but reverts to its default value.

How did the result differ from what you expected?

The input port should have kept the last value it was sent.

Other notes

  • Vuo version: 0.5.0

deleted cable input value not saved bug.png

Fixed in Vuo 0.6.0.