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

Implement SingleComponentEffect::getBusInfo and fix Ardour #285

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

baconpaul
Copy link
Collaborator

Ardour uses getBusInfo to set up busses even though later we call setBusInfo, and so as a result didn't recieve the kDefaultActive flag we set when we setup processing.

This meant that Ardour would not activate auxilliary busses in multi-out effects so our process loop would find an invalid configuration and not call the clap.

Defacto this meant "no sound in shortcircuit xt in the wrapper in ardour". This imsplementation fixes the issue.

@baconpaul baconpaul force-pushed the ardour-multibus-fix branch from 979a133 to 1bd2eea Compare August 14, 2024 00:39
Ardour uses getBusInfo to set up busses even though later
we call setBusInfo, and so as a result didn't recieve
the kDefaultActive flag we set when we setup processing.

This meant that Ardour would not activate auxilliary busses
in multi-out effects so our process loop would find an invalid
configuration and not call the clap.

Defacto this meant "no sound in shortcircuit xt in the wrapper in
ardour". This imsplementation fixes the issue.
@baconpaul baconpaul force-pushed the ardour-multibus-fix branch from 1bd2eea to 2b87985 Compare August 14, 2024 00:40
Copy link
Collaborator

@defiantnerd defiantnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superb! Straight forward.

@defiantnerd defiantnerd merged commit 5aad9fe into free-audio:next Aug 14, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants