Open balthazarneveu opened 1 year ago
To clarify things right now, each GUI has a self.ctrl which is basically a different view (a dict) of self.pipeline.slider
self.ctrl = {slider_name1: slider1 , ... }
where slider_name1 = slider1.name
self.pipeline.slider = [ slider1, slider2, ....]
To force a value back in the UI when reloading a tuning, you need to update the Control values... not only the parameters dictionary.
Need to get rid of this ugly bit of code in mpl & qt