tgrey1 / Flex-Cabbage

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

FlexFilt cleanup #40

Closed tgrey1 closed 4 years ago

tgrey1 commented 4 years ago

Move "depth" down near gain in widgets. Change to EFF_KNOB

Move Balance button up near filter type. Probably more squared proportions?

"Thin out" filt type dropdown to be standard height with other dropdowns

Rearrange all widgets to be properly centered etc.

Better/unified file names and UDO names?

Fix all filename references.

Make sure all widget references use proper new proportions.

tgrey1 commented 4 years ago

Also Distortion and Q/Res are ranged 0/1... needs to be 0/100

tgrey1 commented 4 years ago

So far everything is done except:

Better/unified file names and UDO names?

Fix all filename references.

Also, consider button instead of checkbox for parallel/sequential selection?

tgrey1 commented 4 years ago

Files renamed (flexfilt.udo.csd and flexfilt.xml, flexfilt_warn.xml, flexfilt_reset.xml)

Widgets renamed and new namespaces... still converting all isntances:

$ grep -r ezf * 2>/dev/null | wc -l
      68

Still need UDO rename, and testing button for par/seq.

tgrey1 commented 4 years ago

Widgets and namespaces renamed:

$ grep -r ezf * 2>/dev/null  | wc -l
       0

Next up, renaming UDO, and testing button.

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

All UDO calls renamed.

Seq/Par button added instead of checkbox. Looks cleaner, and reduces code for updating text (wasn't needed anymore anyway I think?)

Other than minor cleanup stuff like stray comments and todo's, I think this is done.