Closed tgrey1 closed 4 years ago
Also Distortion and Q/Res are ranged 0/1... needs to be 0/100
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?
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.
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
$ 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.
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.