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

Module count limitation? #44

Open
AVControlKode opened this issue Jun 20, 2024 · 1 comment
Open

Module count limitation? #44

AVControlKode opened this issue Jun 20, 2024 · 1 comment

Comments

@AVControlKode
Copy link

AVControlKode commented Jun 20, 2024

Is there a fixed limit of sub module registrations that is set?

Experienced issue today for a decent size system that some components not being controlled that were previously after a big control addition.
47 audio zones, each zone having 14 matrix crosspoints, then added 14 fader components to each zone and it started dropping some control points.

@MatKlucznyk
Copy link
Owner

I have not come across a limitation but that being said, updates from the core are sent as a batch. If there are a lot of changes I would try separating them using multiple core modules connecting to the same core to see if performance is better.

Everything I have done that has been large has been split up by program slots. In that scenario I havent seen this issue.

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

No branches or pull requests

2 participants