tgrey1 / Flex-Cabbage

Flex Cabbage - A system for easy and flexible Cabbage effect and instrument development
3 stars 1 forks source link

color macro compatibility overhaul #57

Closed tgrey1 closed 4 years ago

tgrey1 commented 4 years ago

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.

tgrey1 commented 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.

tgrey1 commented 4 years ago

All updated and checked in!