Closed tgrey1 closed 4 years ago
Looks like this is done, but pending a bug upstream in cabbage to actually benefit: https://github.com/rorywalsh/cabbage/issues/89
Will checkin after some re-arranging of the new color file.
All updated and checked in!
Change names of widgets to indicate default intended color, such as $RED_KNOB instead of $GAIN_KNOB
Also it is probably better to do widgets in this way:
rslider $RED_KNOB pos() size()
as compared to the old$RED_KNOB pos() size()
This would allow widgets to work properly even if the color macros aren't there.