AudioProcessorValueTreeState not restoring

Weird, so I created a string in my processor and append to it every time get or set state is called. When I start up my Live project, I get one call to getState. Why it would call getState instead of setState is beyond me.

Okay, just found this thread and it looks like the same issue, I need to handle the get before set that is happening.