Cabbage Logo
Back to Cabbage Site

Tracker Thickness [resolved]

Possible bug? Having some trouble getting ‘trackerthickness’ to work.

#define KNOB1 outlinecolour(228, 222, 222) trackercolour(250,250,250) colour(228, 222, 222) trackerthickness(0.7) textcolour("white") popuptext(0)
All other attributes for the KNOB1 macro work as expected. Am I doing something wrong?

CabbageOSX_Sat_Dec_30_18-42-59_2017
OSX 10.11.6

Yup. Looks like a bug. I’ll get that sorted.

You prompted me to revisit and update that code. So I added two new identifiers, trackerinsideradius and trackeroutsideradius. They let you chose the radius of the tracker, which gives much more control over how rotary sliders look, as can be seen in the attached PNG. trackerthickness is now reserved for non rotary sliders. I’ll let you know when the new binaries are available. Should be later today at some point.

1 Like