velcrome / vvvv-Message

The Message Nodes
12 stars 8 forks source link

Read (Message) avoid nill should have adjustable default value #4

Closed sunep closed 7 years ago

velcrome commented 8 years ago

I am tempted to take it out completely, would make Read a little simpler. In case a field of the message is not available or NIL, it will report so on the binsize output, which can be used with a zip (bin) to set any default you'd want.

use the output and the binsize output on the first two pins of the zip, and your default and a (binsize output != 0) on the other two

velcrome commented 7 years ago

hey @sunep

good news: image

I made a very basic node, and a more complicated one with your feature request, and some more gimmicks.