How to prevent parameter value saving (for a trial/demo plugin)
Hi guys,
I need to make a demo/trial version of a commercial plugin with the requirement that the plugin can be loaded normally and all parameters are accessible, but when the project is saved and later re-loaded, all parameters should reset to their default values. Do you have any approach to this?
I tried modifying the params[] array in SequenceSetup/SequenceResetup, but that did not seem to work.
What is the best function to hook into to do this?
Thanks,
Mike