heronarts / LX

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

APC40MkII bug fix and clip handling #45

Closed jkbelcher closed 2 years ago

jkbelcher commented 2 years ago

Fixed bug: surface failed to register listeners to existing clips on enable or load from file.

For single property change on a clip: only refresh associated button not entire channel. It's possible there's a cleaner way to do this... it feels slightly odd due to needing both the clip index and channel index to locate the button.

mcslee commented 2 years ago

Nice, thx for that - cleaned up one of my lazy TODOs!