heronarts / LX

Core library for 3D LED lighting engines
https://chromatik.co/
Other
41 stars 25 forks source link

Allow output brightness to be modulation target #22

Closed jkbelcher closed 5 years ago

jkbelcher commented 5 years ago

Can we change this to allow the master fader / output brightness to be a modulation target?

mcslee commented 5 years ago

Yeah I suppose there's no reason not to. This used to be more costly because the LXOutput class was doing a bunch of scaling when brightness was not at max, but it all uses a lookup table now, so I think this is fine. Thanks!