Steal from: - [Ardour meter implementation ](https://github.com/Ardour/ardour/blob/master/libs/widgets/fastmeter.cc) that does partial exposure and only redraws the bit that changed. - [meters.lv2](https://github.com/x42/meters.lv2) also does some similar tricks and only draws the few pixel that changed
Steal from: