and it looks like rnbo looks for nullptr in its inputs and maps those to a zero buffer so we could potentially send nullptr to those param~ inputs if there is nothing connected.
the ranges are confusing though and I've captured that in a ticket #18582
if you look in
MetasoundCompressorNode.cpp
you can see this:and it looks like rnbo looks for
nullptr
in its inputs and maps those to a zero buffer so we could potentially sendnullptr
to those param~ inputs if there is nothing connected. the ranges are confusing though and I've captured that in a ticket #18582