FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
205 stars 49 forks source link

Draw scale markings on level meters #202

Closed s0600204 closed 4 years ago

s0600204 commented 4 years ago

The markings shown are those determined (by the code) to fit the space available without overlapping.

Examples: Meter Marks - Cart Meter Marks - List Meter Marks - RF

FrancescoCeruti commented 4 years ago

Nice! I think I've a few improvements to suggest, I need to figure out a couple of things, then I'll make a revision to highlight them :)

FrancescoCeruti commented 4 years ago

Hmm. I've given it a go, and it now shouldn't repaint the labels when plot() is called. It'll still repaint them more frequently than strictly necessary perhaps, but meh.

okay, I'll look into it myself :P