Hi, I was just wandering if there was a way to set the plugin parameters so that they are saved and will be the same when the DAW project is reopened.
Does anyone know a function that I could use to store it's data?
Thanks
Hi, I was just wandering if there was a way to set the plugin parameters so that they are saved and will be the same when the DAW project is reopened.
Does anyone know a function that I could use to store it's data?
Thanks
Override get/setState in your audioprocessor, and fill/extract any information that describes your state into the memory block.