What is the first parameter setting function called by most DAWs?

Hey there,

I’m trying to figure out what Juce parameter setting function(s) are called when a plugin is first loaded into a saved DAW project. In other words, an existing DAW project is loaded, and the DAW calls ___ function to set the parameters to the stored values.

Thanks,

Sean Costello

For an existing DAW project, where the plug-in has some saved state, it is up to the plug-in developer to use the information provided in the setStateInformation function (which has been previously saved by getStateInformation) to restore parameter values.