Closed Doralitze closed 1 year ago
should we define anywhere globally the max (and min) values for different datatypes -> or should we use std::numeric_limits::max instead?
We can use std::numeric_limits
as we've got well defined data types (uint8_t
instead of unsigned char
).
i think we should initalize the dimmer high, so we can dimm the lights and dont get confused if we forget about the dimmer to set high at startup.
Well, we'll always have a desk instance. It'll just be the case that there are no input devices connected. One desk object supports 0:n
fader input devices.
This commit resolves issue #35. It does so by updating the fader input filters as well as providing a global brightness input filter.