Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio rate params #11

Open
x37v opened this issue Sep 13, 2023 · 1 comment
Open

audio rate params #11

x37v opened this issue Sep 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@x37v
Copy link
Contributor

x37v commented Sep 13, 2023

No description provided.

@x37v x37v added the enhancement New feature or request label Sep 13, 2023
@x37v
Copy link
Contributor Author

x37v commented Sep 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant