In #173 sliders (now textboxes) become aware of a few functions that can be applied to the parameters. Providing a truly general solution will probably be too hard, and it may require a different approach to parse the function. Something easier may be to detect 3 categories, no function has been applied, a function/operation is applied and we can solve it, and a function/operation is applied but we don't have a clue what is going on, for this later case we could return something like "(unk, unk)", signaling that the function is not able to guess the boundaries of the parameter.
In #173 sliders (now textboxes) become aware of a few functions that can be applied to the parameters. Providing a truly general solution will probably be too hard, and it may require a different approach to parse the function. Something easier may be to detect 3 categories, no function has been applied, a function/operation is applied and we can solve it, and a function/operation is applied but we don't have a clue what is going on, for this later case we could return something like "(unk, unk)", signaling that the function is not able to guess the boundaries of the parameter.