I've not made any headway on this, but am now quite convinced the GUI it trying
to grab data via 'pars' while it is still being updated. The worst case is when
doing a paste - regardless of whether initiated from the GUI or from the new
CLI code.

This is something I've mentioned before that really bothers me. Apart from
anything else, we have no hope of being able to properly separate the GUI while
we are dipping into the main code in an uncontrolled manner. Significantly, the
GUI controls are set correctly even while the graph is wrong. The graph doesn't
use them at all!

The area the graph is reading from is our old fiend (not a typo) analog filter.
However, the graphics doesn't require anything like the accuracy and just
throws it away. It only needs pixel density and even the wide 4k screens are
only 3840 pixels wide!

Therefore, is it possible to devise a 'good enough' approximation that reads
from the actual GUI controls and keeps it entirely in the GUI?

-- 
Will J Godfrey {apparently now an 'elderly'}



_______________________________________________
Yoshimi-devel mailing list
Yoshimi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to