mcallegari / qlcplus

Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features.
Apache License 2.0
918 stars 349 forks source link

[QLC+ 5] Cannot use the full 512 channels of a universe #1542

Closed mxdumas closed 3 months ago

mxdumas commented 3 months ago

Describe the bug QLC+ does not allow to use the full 512 channels on a universe. For example, if you try to add 16x 32 channels fixtures, it will patch the first 15 to universe 1 and the last one to universe 2, even though they should fit on a single universe.

To Reproduce Add 16 Martin Mac Viper Performance in Basic mode to the patch.

Expected behavior 16x32=512, so it should fit in a single universe. Fixture 16 should be patched at 1.481.

Desktop (please complete the following information):

mxdumas commented 3 months ago

See proposed fix in PR #1543. Thank you!

mcallegari commented 3 months ago

Fixed by #1543