Plugin parameters not initialised on first plugin loading [SOLVED]

This is solved, I simply didn’t init the Processor (DSP) parameters properly on construction, duh.

(For delay length this was a bit tricky, because sample rate is not available in constructor, but I do it one time in prepareToPlay() instead).