tgrey1 / Flex-Cabbage

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

cleanup color_scheme.csd #39

Closed tgrey1 closed 4 years ago

tgrey1 commented 4 years ago

Lots of stuff got added as one offs over time. Time to clean all of that up.

For example, LTEXT, RTEXT can go.

SCRUB_CB, PHASE_CB, G_TEXT should get renamed.

GFILE button? Also button corner radii perhaps?

tgrey1 commented 4 years ago
$ grep -r \$NUMBOX * 2>/dev/null | wc -l
      39

Convert these to NSLIDER! Make sure to update ColorPicker's cfg generator to write properly.

tgrey1 commented 4 years ago
$ grep -r NUMBOX * 2>/dev/null | wc -l
       0

Generated configs look ok so far...

tgrey1 commented 4 years ago

No more LTEXT or RTEXT.

Changed: SCRUB_CB -> SCRUBBER PHASE_CB -> PHASE_SCRUBBER G_TEXT -> GRAPH_TEXT

Leaving GFILE button for now. It's unused, but will be... need a unified "file/graph" widget group.

Looks like this might all be done for now? At least the most important things for now.