As per the screenshot:
just trying the most basic operation (addition), but seems the type inference can’t infer anything.
As per the screenshot:
just trying the most basic operation (addition), but seems the type inference can’t infer anything.
In order to compile a node for vvvv the VL type must be closed since vvvv can not deal with generic nodes and the type system in VL does not know about the vvvv world.
So you have a few options, either annotate the type of any inlet/outlet or use the non-generic version of the the + operator, e. g. Float64 in this case.
MM ok then why just having input->output connected then works, since it should fall in the same case?
I agree this is confusing. But let’s first try to explain what’s happening:
So what are our options:
There’re probably more viable options which we should certainly collect and discuss (@gregsn).