Cycling74 / RNBOMetasound

RNBO adapter that implements metasound nodes
MIT License
40 stars 2 forks source link

audio rate params #11

Open x37v opened 12 months ago

x37v commented 12 months ago

if you look in MetasoundCompressorNode.cpp you can see this:

bool bIsSidechainConnected = Inputs.ContainsDataReadReference<FAudioBuffer>(METASOUND_GET_PARAM_NAME(InputSidechain));

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