If I have a parameter that should not be automatable, is it better to deal with directly than to treat it as a proper vst parameter?
I dabbled with toby’s dephi framework a bit, and there I think the parameters were tied to the state saving bit, but since I get to manage the state saving/loading my self with jap, parameters are only required for automation. Right?
Otherwise, I have to set up 160+ parameters for what is essentially bools which seems like a terrible waste. I suppose I could encode them into 8 floats or so, but just passing JUCE bit arrays seems sexier.