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

Use buses API for channel configuration #337

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

showlabor
Copy link
Contributor

Without configuration the plugin would expose a multitude of input and output channels, at least when used
in Carla. The projucer's pluginChannelConfigs option cannot be carried over to the cmake build system
so, following [1], channel configuration is done using the buses API .

[1] https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md

Without configuration the plugin would expose a multitude of input and output channels, at least when used
in Carla. The projucer's pluginChannelConfigs option cannot be carried over to the cmake build system
so, following [1], channel configuration is done using the buses API .

[1] https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md
@asb2m10 asb2m10 merged commit 1df9a58 into asb2m10:master Apr 8, 2022
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.

None yet

2 participants