@Lindon said in Change Look And Feel Dynamically:
@Orvillain said in Change Look And Feel Dynamically:
@Lindon Nice! And you're doing all that with branching logic in the LAF's ??
I did make a start, and I got a mix control to turn into a slider versus a knob, depending on what effect I have loaded. Seems pretty flexible for sure!
actually Im doing all this with json, so when the user selects an FX I go find the JSON object for its background and its sliders, and use those in the LAF... so hardly any branching going on.... it'd be a fairly massive switch statement....
Gotcha! Yes that makes total sense.