HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

Use config validator from pycamilladsp-plot #26

Closed HEnquist closed 3 years ago

HEnquist commented 3 years ago

pycamilladsp-plot now has a config validator that checks a config and returns a list of the errors found. https://github.com/HEnquist/pycamilladsp-plot/tree/validation Its used here: https://github.com/HEnquist/pycamilladsp-plot/blob/validation/camilladsp_plot/plotcamillaconf.py#L20

The backend should use this instead of relying on a running camilladsp process (main or backup).

I have done some initial testing and it seems to reliably find errors, but some more testing would be good.