VST parameters initialization

Dear All,

The VST built from VST SDK can be loaded with previous parameter settings saved in the host save file. (Ex. AudioMulch uses .amh as extension.)

However, the VST built from JUCE audio plug-in demo can not do that. Would you please give me some suggestions about how to restored the previous parameter settings?

Thanks in advanced.

Best,

Larry

Strange: that’s what the methods getStateInformation() and setStateInformation() are for, which provide a platform-independent way to store and retrieve values within host save files.

Thanks, yfede.

I will implement getStateInformation() and setStateInformation() to see if it works.

Thank you very much.

f7488405: you last posted on 21st April. Was the issue fixed by you actually implementing serialization properly? If so why did you not post back to the thread you started?