Closed schw4rzlicht closed 4 years ago
Hey there!
I just noticed that although documentation states universes must be between 0 and 63999, util.js throws RangeError: universe must be between 1-63999 when using 0. What am I supposed to use now?
util.js
RangeError: universe must be between 1-63999
Thanks a lot!
Hi, you can't listen to universe 0. The sACN standard reserves that universe for future use. I will update the docs to make this clear
Hey there!
I just noticed that although documentation states universes must be between 0 and 63999,
util.js
throwsRangeError: universe must be between 1-63999
when using 0. What am I supposed to use now?Thanks a lot!