MatKlucznyk / Qsys

Qsys library for S#P and SIMPL
MIT License
53 stars 18 forks source link

Module count limitation? #44

Open AVControlKode opened 3 months ago

AVControlKode commented 3 months ago

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 commented 3 months ago

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.